This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Layout Widget creating extra margin on right side of page

8 years ago · Last reply by Alex S 8 years ago

This is a repost of another thread, since the system had closed additional comments.

I’m having issues with the Page Builder Layout widget on my site in mobile screens. It creates an additional 15px margin to the right of my content, and seems related to using the full-width rows.

I hacked together a couple of solutions, neither of which are ideal. Either setting the container to overflow-x hidden:

@media max-width: 400px {
    .container {
        overflow-x: hidden;
    }
}

or using !important tags to remove the positive margins from the “.panel-row-style” elements and the negative margins from the “#pg-x-x” elements, seems to work. I hope this helps others in the meantime.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 8 years, 10 months ago

    Hi Chris,

    I’m glad you managed to figure out a workaround. We’ve working towards a solution for the next Page Builder update that will prevent the need for this sort of fix to be applied. Sorry about this!

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread