Archived topic
GeneratePress and SiteOrigin Page Builder, 100% width
3 replies · Started by Reto Suter on October 2, 2016
Hello
I have a strange behavior on a site (https://www.vtag.ch/test/).
The Page is full width (100%) as it should be. But you can slide it a bit to the left and then there is
a horizontal slider. It doesn't slide back automatically.
Any ideas?
Cheers
Reto
This is caused by the plugin adding padding to the left and right of the element.
There might be a setting where you can remove this padding in the page builder settings.
This is the CSS:
#pg-1786-0 .panel-grid-cell {
padding-left: 15px;
padding-right: 15px;
}
You can set those values to 0px, but it looks like it will only apply to that page due to the ID.
Hi Tom
You're right. There is a setting in Page Builder Settings. It's called 'Zeilen-Spaltensatz' in German.
If i put a '0' there, the problem is solved. Don't know yet what influence this change has on other parts of the page.
Thank you
No problem :)