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
{{ page.title }}
{{ page.content }}
{% section ‘Text-Faq’ %}
{% section ‘faq’ %}
{% section ‘Text-Faq2’ %}
{% section ‘Faq2’ %}
{% section ‘Text-Faq3’ %}
{% section ‘Faq3’ %}
{% section ‘Text-Faq4’ %}
{% section ‘Faq4’ %}
Thank you