Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Good afternoon,
After updating a page the container div on my theme (GeneratePress) has a max-width set to 100% (instead of 1100px) and fl-row-content-wrap and fl-module-content got margins and padding.
With css I could change it but is there an other solution?
Thanks!
.fl-builder .container.grid-container {
max-width: 1100px;
}
.fl-row-content-wrap {
margin: 0;
padding: 0;
}
.fl-module-content {
margin: 0;
}
Hi Damiaa,
I’m not familiar with that theme so you would likely be better off asking the theme developers. With that said, I personally would go the CSS route.
Yes Alex, will do that. Thought it was a well known PageBuilder problem.
Bye!