• Resolved tlw22

    (@tlw22)


    Hi,

    I thought I figured it out but alas I didn’t.. When I apply any ‘float’ to the access div on my site it makes the scroll bar really wide: https://apps.thatrule.com/

    Does anyone know any solutions? (I’m trying to get the menu bar aligned next to the logo)

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try taking #access .menu-header, div.menu, out of:

    #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
    width:940px;
    }

    and applying the width to those elements separately. I think 1 (or both) is too wide.

    #header { overflow:hidden; }

    Thread Starter tlw22

    (@tlw22)

    Thanks, both codes helped!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scrollbar appears really wide?’ is closed to new replies.