The accordion shortcode allows you to display collapsing content groups where only one panel is shown at a time. The options for this shortcode are shown below.
Option | Default | Example | Description |
---|---|---|---|
width | (empty) | width="200px" | Set the CSS width of the accordion |
Example
[accordion width="400px"] [accordion_toggle title="Toggle 1 title"]Toggle 1 content[/accordion_toggle] [accordion_toggle title="Toggle 2 title"]Toggle 2 content[/accordion_toggle] [/accordion]