Accordion spacing issues

Hi there, I setup a page with an accordion as an FAQ which was all working fine.

However after adding a new entry a few days later the spacing seems to be off between the new item (third in the row here ‘Special offers and coupon codes’). Do you have any ideas what I could do to fix this? Moving that one item to a different position also seems to then cause the same spacing issue in other places so I’m a bit lost as to what is going on :wink:

Any help would be much appreciated.

Thanks!

Hello @crezo,

Thanks for writing in!

You are experiencing the spacing issue because you have added invalid html content. You added this:

<strong>Delivery & returns

It must be closed so you need to update it and use this:

<strong>Delivery & returns</strong>

Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.