Are you sure you haven't done this already? Change the value of 80px in this line of style.css:
The rule for the black border is in this line:Code:#content { width: 500px; padding: 0 80px 0 0; float: left; }
Remove border-top: 3px solid #000; or change the value.Code:li.widget h2, li.linkcat h2 { font-weight: bold; font-size: 1.077em; text-transform: uppercase; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 2px; border-top: 3px solid #000; background: url('images/hr_dot_black.gif') 0 100% repeat-x; }
As I mentioned, using Firebug or the Web Inspector will be extremely useful for these things, I strongly urge you get it.




Reply With Quote
Bookmarks