Positioning Content
Options in the Page Designer for sizing both margins and padding allow for fine-tuning of page designs, and customizing alignment without needing to add custom code.
Click on a block or layer in the Page Designer.
Open the Size Expander.
Add CSS Box Model values to adjust the following fields, to fine-tune positioning of content.
Margin: The pixel values for creating space around content layers and blocks.
Padding: The pixel values for creating space within content layers and blocks.
- Negative values can be set for margins to achieve overlapping of content. For example, if a -20px top margin is applied, that will move the element 20px towards the top of the page. A bottom margin of -20px will move content following that element 20px closer vertically.
- Learn more about the CSS Box Model.