Page Builder Slider causing horizontal scroll bar
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
5Hi 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.
This is a private message.
This is a private message.
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.
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.