Here is my site Read-Only: LINK
I have an FAQ page. I’m trying to add inline links to the answers on some of my toggles. When I do, the text goes into 3 columns. Please help. This should be simple. Also, it appears correctly in the designer, and in the preview, but when I publish, it doesn’t look right.
1 Like
Hello @Amy_Modzel, welcome to the community!
The issue with your faqs is on your toggle-list-item interaction. You assign the c-sm class a display of flex, when it should have a display of block on the interaction. Simply change it from flex to block, and it should fix your issue. I hope this helps.
1 Like

