Syntax

Use css="" to add additional styling.

Full Page width Canvas:

[box_absolute css="height:150px;background-color:#ededed;position:relative;"]
...
[/box_absolute]

Sheet Width Canvas:

[container_effect ]
[box_absolute css="height:150px;background-color:#ededed;position:relative;"]
...
[/box_absolute]
[/container_effect]

See Also

Shortcodes Overview

### Syntax <!--By default, `full_width="no"` and `content_width="yes"`.--> Use `css=""` to add additional styling. <!-- If `full_width="yes"` and `content_width="no"` then both content and styles spread from the left side of a browser to the right. If `full_width="yes"` and `content_width="yes"` then content is aligned for the content and styles spread from the left side of a browser to the right.--> Full Page width Canvas: <pre> [box_absolute css="height:150px;background-color:#ededed;position:relative;"] ... [/box_absolute] </pre> Sheet Width Canvas: <pre> [container_effect ] [box_absolute css="height:150px;background-color:#ededed;position:relative;"] ... [/box_absolute] [/container_effect] </pre> ### See Also [Shortcodes Overview](page:3621)