Jump to content

[solved] Horizontal Scroll


vezquex

Recommended Posts

My site wide template forces a horizontal scroll in Firefox. How do I remedy this? My style sheet has become monstrously huge, and I can't single out which rule is causing it.

 

http://vezquex.110mb.com/template.php

 

EDIT: Ha, I answered my own question. Removing padding from the description paragraphs did the trick.

 

p, dl, ol {
line-height: 1.15em;
padding: .5em 1em;
margin: 0;
}
#desc, .descbox {
width: 100%;
padding: 0;
}

Link to comment
https://forums.phpfreaks.com/topic/47836-solved-horizontal-scroll/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.