Archived topic
Remove Padding from Full-Width Page
8 replies · Started by Kulwant on January 27, 2019
I want to remove this right-side padding from my full-width page.

Hi there,
that page isn't currently set to full width?
Yeah, I set it to Content (no sidebars)
You can remove the padding in the Customizer > Layout > Container
Won't that remove the padding from all layouts?
I believe the contained option here is what you need:
https://docs.generatepress.com/article/page-builder-container/
See, I have added a custom CSS to make the width of this page 950px. Now guide me what to do next to remove the padding from the right side.
I did it myself by finding the code and placing in custom CSS.
.one-container .site-content {padding:40px 0}
Aah ok - that makes sense. Glad you found the solution :)