Site logo

Archived topic

Slideout Site

6 replies · Started by mrbishwork on January 9, 2019

Viewing posts 1–7 of 7

Hi there,

I'm not quite sure if I understand.

What do you mean by adjusting?

GP's page builder container option simply removes all padding and let the page builder takes overall control for the content.

The option you are looking for should be full width:
https://docs.generatepress.com/article/page-builder-container/

Let me know if this helps :)

Thanks for your reply. I tried to do setting full width using elements the page builder content area still have padding.

Ahh it's working on the About Me page.

Remove this CSS in the Additional CSS field in the customizer as well:

#content {
	padding: 40px;
}

You can try CSS like this:

.full-width-content .container.grid-container {
    max-width: 90%;
}
This archived topic is closed to new replies.