Change width for one specific page (FAQ page) after migration with JSON

San21
Shopify Partner
47 0 15

I am almost done with migration, but I have a custom page I did in the past FAQ accordion.  After migration, the Q/A are too large.

 

https://ez-mirela-045.myshopify.com

EZ-Shopify

I tried to put the div class before and after the tag in each section and it doesn't work.

The liquid code before was

<div class="page-width">

  <div class="grid">

    <div class="grid__item medium-up--five-sixths medium-up--push-one-twelfth">

      <div class="section-header text-center">

        <h1>{{ page.title }}</h1>

      </div>

      <div class="rte">

        {{ page.content }}

      </div>

      {% section 'Text-Faq' %}

    {% section 'faq' %}

       {% section 'Text-Faq2' %}

      {% section 'Faq2' %}

       {% section 'Text-Faq3' %}

    {% section 'Faq3' %}

       {% section 'Text-Faq4' %}

    {% section 'Faq4' %}

    </div>

  </div>

</div>

 

Thank you

 

Reply 1 (1)

San21
Shopify Partner
47 0 15

Sorry, I wasn't able to delete this post.  I have decided to keep this page with liquid for now.  Thks