Content Divider
The Content Divider shortcode for WordPress can be used to include section dividers in WordPress posts or pages. Several styles are available for choice, along with other custimization settings. Check below for example implementations and shortcode documentation:
Content Divider Examples
Content Divider Shortcodes
Content Divider Shortcode
[x3m-divider width="100%" align="center" color="green" style="2"]
Content Divider Documentation
Here are the shortcode option settings available for Content Divider:
| Shortcode Settings | Details |
|---|---|
| width=”100%” | This is used to set the divider width in percentage (ex “100%”) or pixels (ex “200px”). |
| align=”center” | This is used to set the divider alignment. Options available are “left”, “center” or “right” |
| color=”blue” | This is used to set the divider color.
Color names or HEX color codes can be used to set the desired color. |
| style=”1″ | This is used to set the styling of the divider. Our shortcode offers at the moment 5 different styling to choose from: – “1” – simple line – “2” – double line – “3” – wavy design – “4” – dotted line – “5” – artistic star style |