Post edited 12:29 pm – February 21, 2010 by admin
Hi,
Seems like you're having problems with your CSS, I've checked and you have several definitions for h1 in the stylesheet, one of them is this one:
h1 {
background: black;
width: 547px;
padding-left: 3px;
padding-bottom: 1px;
padding-top: 0px;
}
You can see that you have the width of every h1 on the page set to a fixed width of 547px, that's why it's
floating all weird, also you have the backgroudn set to black that means that everything inside an h1 tag
will have a black background that's why the black bar is appearing.
In order to fix that you'll need to fix your stylesheet, the same for the nav bar font.
Wordpress Themes recent comments