Jump to content

cant seem to line up title BG colour


Rustyhands

Recommended Posts

You have this css:

 

#sidebar h2, #content h2{

height:21px;

padding:5px 0px 0px 23px;

background-color:#00407D;

color:#FEFCFA;

font-size:14px;

font-family:Arial, tahoma, verdana;

text-transform:uppercase;

margin:0px 0px 10px 0px;

}

 

The height: 21px is your culprit. You can either change to height: 100% or height: auto.

 

Also note that I am seeing two sets of style.css. You might want to check and see why that is. Most likely a link to your css file has been duplicated.

 

Note: you may only want to change the post h2 tags only. The way to do that is to apply a new css below the other one.

 

#content .post h2 { height: 100%;}

 

Also, I am seeing two style.css files. You might want to determine why causing that.

Edited by Eddie
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...