Text Block Not Wrapping in Accordion

Hi,

There was an Accordion tutorial by Waldo here that helped me create and clone an accordion for an FAQ page. It works great, but I’m finding that the text block on Landscape and Portrait modes do no wrap. I have the text block as an inline-block with 100% width and a parent div block as display: block with 100% width. Is this a bug with the text block inside the accordion or am I just missing something in the Styles panel?

31%20PM

Here is the Read-Only link to my page (find the Frequently Asked Questions page): LINK

Here is the Read-Only to the Tutorial: LINK

Any help or insight into this would be appreciated.

Thanks,
Sylvia


Try add this to custom code section
<style> .w-dropdown-toggle { white-space: normal; word-wrap: break-word; } </style>

It wont show in designer, but on published site should wrap.

4 Likes

Works great, Throatscratch! Thanks for the help :smile:

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