Home › Forums › Support › GeneratePress and SiteOrigin Page Builder, 100% width › Reply To: GeneratePress and SiteOrigin Page Builder, 100% width
October 2, 2016 at 10:20 am
#231106
Lead Developer
Lead Developer
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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development