Framed Box
[styled_box type=”framed”]
This is an example of a simple framed box.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
[/styled_box]
Information Box
[styled_box type=”info”]
This is an example of a long full-width info message.
[/styled_box]
[styled_box type=”info” size=”half”]
This is an example of a long half-width info message.
[/styled_box]
Success Box
[styled_box type=”success”]
This is an example of a long full-width success message.
[/styled_box]
[styled_box type=”success” size=”half”]
This is an example of a long half-width success message.
[/styled_box]
Error Box
[styled_box type=”error”]
This is an example of a long full-width error message.
[/styled_box]
[styled_box type=”error” size=”half”]
This is an example of a long half-width error message.
[/styled_box]
Notice Box
[styled_box type=”notice”]
This is an example of a long full-width notice message.
[/styled_box]
[styled_box type=”notice” size=”half”]
This is an example of a long half-width notice message.
[/styled_box]
[styled_box type=”” size=”” id=””]Content[/styled_box]
[/show_shortcode]
Options
- type
Type of box to display Example: framed, info, success, error, notice
- size
Size of the box Example: half
- id
Adds an ID attribute to the box element