Archived topic
Add padding to a page
1 reply · Started by Matthew on July 27, 2020
Hi,
I'm using a theme from your library, the Yoga and Wellness studio one but I am running into some trouble. I'm adding new pages. but they have no padding so the content reaches right to the edge, which I need to change. I have tried the default, full width and contained options in the in the Page Builder Container on the right-hand toolbar in WordPress, but none seem to do anything.
FYI, I'm below average techy, so simple instructions are appreciated.
How can I add padding as default to pages?
Many thanks, Matt
Hi there,
The full width layout is applied with a layout element called GenerateBlocks Full Page Width:
https://docs.generatepress.com/article/layout-element-overview/
Couple options:
- You can add the pages where you don't want the full width layout in the exclusion rule:
https://docs.generatepress.com/article/layout-element-overview/#display-rules
- Remove that layout element and use the metabox option per page only when you need it:
https://docs.generatepress.com/article/page-builder-container/
Thanks!