[Resolved] GeneratePress and SiteOrigin Page Builder, 100% width

Home Forums Support [Resolved] GeneratePress and SiteOrigin Page Builder, 100% width

Home Forums Support GeneratePress and SiteOrigin Page Builder, 100% width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #231105
    Reto Suter

    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

    #231106
    Tom
    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.

    #232325
    Reto Suter

    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

    #232502
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.