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.

Page Builder Slider causing horizontal scroll bar

9 years ago · Last reply by Andrew Misplon 9 years ago

Hi

If I add a row that is full width stretched and within that add a slider with 3 images of size 1920px by 200px everything looks fine. However, if I add images of size 1920px by >=273px then I get a horizontal scroll bar and the slider appears outside of the container.

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 9 years, 11 months ago

    Hi Naz

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. naz Private 9 years, 10 months ago

    This is a private message.

  3. naz Private 9 years, 10 months ago

    This is a private message.

  4. Andrew Misplon Staff 9 years, 10 months ago

    Phew, pretty stumped. If I drop this rule down to 1155px the issue resolves:

    @media (min-width: 1200px) {
    .container {
        width: 1155px;
    }
    }

    The issue remains if I drop Bootstrap. The issue remains if I replace Bootstrap with the style.css contents from _s. I’ll need to take another look tomorrow with fresher eyes. Hopefully, I’ll see the problem then.

  5. Andrew Misplon Staff 9 years, 10 months ago

    Thanks for the wait. I’ve had another deep look into this. The problem has something to do with the markup of your theme and Page Builder’s full width function. If I go to Settings > Page Builder > Layout and change the Full Width Container to .container the issue goes away, but, you can’t use full width anymore. The issue doesn’t persist with Twenty Sixteen activated. I’ve noticed a similar issue with another Bootstrap theme recently. One guess is that the wrapper div that _s uses works better/properly with Page Builder’s full width functionality. I’m not sure of your development level. If you’re up for it, I’d suggest changing your theme and adding a wrapper and see if that helps. Here is the start of the wrapper in Underscores:

    https://github.com/Automattic/_s/blob/master/header.php#L24

    Let me know your thoughts.

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