Announcement

Collapse
No announcement yet.

Getting rid of horizontal scroll

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Getting rid of horizontal scroll

    Site has been built with Bootstrap 3.41 but there is a horizontal scroll. Any suggestions from the Bootstrap heroes out there?
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    There could be an image without the responsive image tag or something set to no wrap in a table, or row/col classes are not being used correctly or inside a container class, etc... Basically look for missing responsive classes and broken div row/col hierarchy.
    M.A.D.* since 1997

    http://www.scotsscripts.com

    *miva application developers

    Comment


      #3
      Originally posted by Scot - ScotsScripts.com View Post
      There could be an image without the responsive image tag or something set to no wrap in a table, or row/col classes are not being used correctly or inside a container class, etc... Basically look for missing responsive classes and broken div row/col hierarchy.
      Thanks Scot. Do you know if there are any sort of validators that could help me identify this quicker?
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        There are online utilities you can find with a google search to find broken/missing divs but there isn't going to be anything (most likely) that says anything about whether or not things are set to wrap or tags don't have various classes.

        My advice is to open up the page then go into the inspector and start deleted sections until the horizontal scroll is gone. Then refresh the page and go into the section that fixed the issue when it was deleted and start deleting sub sections until you find the one that breaks the page. This is what I do when it's not obvious. Time consuming, tedious, but effective.
        M.A.D.* since 1997

        http://www.scotsscripts.com

        *miva application developers

        Comment


          #5
          If the scrolling is global, then the work shouldnt be too hard. Put <!-- Header --> <!-- footer --> tags into the global header/footer to make finding the culprets easier.
          Bruce Golub
          Phosphor Media - "Your Success is our Business"

          Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
          phosphormedia.com

          Comment


            #6
            I found it. It was a "row" div wrapped around a <footer>.
            Leslie Kirk
            Miva Certified Developer
            Miva Merchant Specialist since 1997
            Previously of Webs Your Way
            (aka Leslie Nord leslienord)

            Email me: [email protected]
            www.lesliekirk.com

            Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

            Comment

            Working...
            X