Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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.
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.
This is a private message.
This is a private message.
Phew, pretty stumped. If I drop this rule down to 1155px the issue resolves:
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.