Viewing 3 replies - 1 through 3 (of 3 total)
  • I wouldn’t say I was advanced but I have fought with this myself before. I think if you look at your content and subcontent classes and you change the padding in both to 10px 10px 10px 8px; you will find the horizontal scroll goes away. You may want to be tweaking other things to get stuff lined up again. But it doesn’t seem to do much to your layout other then get rid of the scroll.

    You will probably also want to look at your rap and change the margins to something like margin: 0 auto 0 auto; that should center the page nicely.

    At least all that works from the webdev toolbar in firefox.

    try changing:

    width: 767px; to width: 789px; or 790px; in body, html within your css

    Dunno what it’ll do to the rest of the site tho.

    Thread Starter chad_coleman

    (@chad_coleman)

    Jinsan – I figured I’d try your idea first, cos it was simpler, and it worked perfectly. Thanks alot!

    Balatro – Thank you for the help anyway!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Screen scrolling wide in FF’ is closed to new replies.