Archived topic
horizontal scroll bar / page width
5 replies · Started by Chad Biggs on June 11, 2017
My site has a horizontal scroll bar around 700px wide and under and it leaves a a blank area to the right of the page about 34px wide. Can you tell me where that is coming from?
Here
Hi there,
It's from this CSS you've added:
@media only screen and (max-width: 720px) {
#generate-section-1.generate-sections-container div.generate-sections-inside-container {
position: relative;
overflow: hidden;
margin-left:-30px;
margin-right:-30px;
}
}
I see that your site is doing the same thing, but I am measuring yours to be 26px at around 320px wide but it's not doing it like mine was on android landscape. I removed the -30 margin but it is still doing it. Cleared the cache.
Looks like it's fixed to me: https://s15.postimg.org/6vof1qkvv/IMG_5698.png
Okay, thank you Leo.
You're welcome!