I hate the blank space at the top of the design... i went into header.php and style.css and tried to set the margin-top to zero... no effect whatsoever.
Anyone know the exact file and line I need to change to get this blank space set to zero?
I hate the blank space at the top of the design... i went into header.php and style.css and tried to set the margin-top to zero... no effect whatsoever.
Anyone know the exact file and line I need to change to get this blank space set to zero?
At the top of the Kubrick (default) theme? That's part of the header image, actually.
thats just a few pixels high.. i can handle that... the html itself is creating a huge blank area.... usually can fix that by setting margin-top: 0px;
Could I see this huge blank area?
Yeah.. check it out on shaynes: http://www.shaynesweeney.com/wordpress/?page_id=7
Then view the image... the images top space is only a few pixels high.
in style.css, on line 217 change
margin: 20px auto;
to
margin: 0px auto;
If you wanted to get rid of the rest you need to modify kubrickheader.jpg.
Where it says /* Begin Structure */
Find #page and add margin-top:0px;
Took me a while to find where it was. I even tried the #page under the typography heading (thinking it was the same #page as the structure one) and it didn't work.
This topic has been closed to new replies.