Archived topic
Big issue content is not contained anymore without reason.
3 replies · Started by Eugen on July 20, 2016
Hi,
big issue. I use a container design instead of full width on my site. It all looked beautiful until now. On the front page the content header made with ebaver builder goes full width without reason. It worked out all the time and suddenly changed.
It used to look like this:

Now it looks like this:

Please help me.
Hi there,
Can you link me to that page possibly?
Thanks!
The page link is:
partysupplies24.com
Password: generatepress92
I added some css code with the simple css plugin but it still doesn't work
.fl-builder.no-sidebar .container.grid-container {
max-width: 1200px;
}
Now there is white padding left and right.
Best regards
Eugen
Hmm, well you have the beaver builder section set to a contained width, so you should need the above.
What you might want to do is remove the background color:
.fl-builder.no-sidebar .container.grid-container {
background-color: transparent;
}
