Collapsibles

Use the collapsible shortcode to create a section on the site that expands or collapses on click. Edit the text between the quotes to update the heading. Be sure to include but do not modify “elem=’h4′”. This is the same for all collapsible sections. The h4 element will render the headline as the correct size and add the open/close icon. Edit the text between the [collapsible] and [/collapsible] brackets to change the content of the collapsible section.

Sample Code

[collapsible heading="Sample collapsible title" elem="h4"]
Your content goes here.
[/collapsible]

Output