[Resolved] horizontal scroll bar / page width

Home Forums Support [Resolved] horizontal scroll bar / page width

Home Forums Support horizontal scroll bar / page width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #331903
    Chad Biggs

    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

    #331992
    Leo
    Staff
    Customer Support

    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;
    }
    }
    #332119
    Chad Biggs

    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.

    #332122
    Leo
    Staff
    Customer Support

    Looks like it’s fixed to me: https://s15.postimg.org/6vof1qkvv/IMG_5698.png

    #332123
    Chad Biggs

    Okay, thank you Leo.

    #332193
    Leo
    Staff
    Customer Support

    You’re welcome!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.