Reply To: GeneratePress + Thrive Content Builder

Home Forums Support GeneratePress + Thrive Content Builder Reply To: GeneratePress + Thrive Content Builder

Home Forums Support GeneratePress + Thrive Content Builder Reply To: GeneratePress + Thrive Content Builder

#192812
Tom
Lead Developer
Lead Developer

Just saw it now, thanks!

It’s a shame, they don’t add a class to the element letting us know Thrive is activated.

So our next option is to use our Simple CSS plugin: https://wordpress.org/plugins/simple-css/

Then add this into the CSS metabox on pages where we want the content to be full width:

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

  • This reply was modified 7 years, 10 months ago by Tom.