Accordion columns?

Hello!
I have content in an accordion that needs to be split into 2 equal columns. Can you help me out?

Thank you!

One solution would be to use a CSS rule: .two-columns{ columns: 2 } Then just add the class two-columns to a <div> and wrap the accordion content inside of it.

Hello @PoscoCreative,

Thanks for writing to us.

To divide the accordion content into two columns you can use this classic column shortcode into accordion content.

[column type="1/2"] Place your content in here. [/column] [column type="1/2" last="true"] Place your content in here. [/column]

Please have a look at our shortcode example for more information about column attributes.

Hope it helps
Thanks

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