Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s because you have a CSS class on you body tag set to 100% width, but also with a right padding value of 8px. I removed this in firebug (set it to 0px) and the horizontal scroll bar disappeared.

    On line 118 in your style.css file change the padding from:

    padding: 10px 8px 8px;

    to

    padding: 10px 0px 8px;

    Thread Starter portermonkey

    (@portermonkey)

    thanks!

    Thread Starter portermonkey

    (@portermonkey)

    that solved that issue but set my first column over with no padding?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Horizontal scroll bar?’ is closed to new replies.