Archived topic
Content going out of page area
5 replies · Started by GeneratePressUser on April 20, 2020
Hello,
There the content is stuck edge to edge with the content area, how can the inner padding be added? Coz see it’s even going out at some places
Hi there,
try adding this CSS:
html,
body {
box-sizing: border-box;
overflow-x: hidden;
}
* {
box-sizing: inherit;
max-width: 100%;
}
Hello david,
Thanks that fixed it can you tell what to add to have space on sides, coz right now all things are stuck edge to edge as you can see on that page.
You have the Page Builder Container set to Contained:
https://docs.generatepress.com/article/page-builder-container/
Change it to Default
Hello David,
Thanks a lot, will check it out :)
You're welcome