Reply To: How to make full-width sections in GP with a page builder

Home Forums Support How to make full-width sections in GP with a page builder Reply To: How to make full-width sections in GP with a page builder

Home Forums Support How to make full-width sections in GP with a page builder Reply To: How to make full-width sections in GP with a page builder

#157328
Tom
Lead Developer
Lead Developer

Hi there,

Site Origin Page Builder doesn’t always mean people want the full width container, so I can’t add it to core, but you can easily make the container fluid like this:

.siteorigin-panels .grid-container {
    max-width: 100%;
}

I’d need to see a page build with Thrive Content Builder to provide the CSS.

Beaver Builder support is already built into GP 🙂