Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: My Template


chrishajer
Participant

@chrishajer

Hi, I see a couple things.

You’ve made the div #header 800px wide, but the div #main below it is only 760px wide – they need to be the same if you want the header image as wide as the div below it. Also, the left and right margins should be auto to match the div below (handles screen resolutions down to 800×600 that way, and is centered on anything bigger.)

So, this in your div #header in the style.css:

margin: 0px auto;

width: 760px;

That makes the header graphic spots.gif as wide as the ‘table’ below it. If you want it to be as wide as the page, that’s something different altogether.

Since you removed the bbPress circle logo, you might also want to move the #header h1 over to the right a little bit:

right: 10px; instead of the 59px there now.

Hope that helps.

Skip to toolbar