Gazette Theme: How To Move White Page Background Downward
-
Hi, everyone. I am creating a new WP blog utilizing WooThemes’ Gazette Edition theme at https://testing-ground.info If you look at the very top, that white section of the page background is sticking up past the black header, so I would like to know how to move that white page background downward so it doesn’t stick out from the black part of the header.
I guess I should mention that, technically, the page is rendering correctly. The reason it doesn’t look right is because I changed the header pic to a PNG file, then made the top of the header transparent so that the sword would look like it was sticking out from the top of the black part of the image. (See a similar header at https://stop-identity-theft.us to see what I mean if that sounds a bit confusing).
I thought I could fix it using the code below from the style.css file, but no such luck. I’m pretty sure it’s the right section of code, because when I change the background color it does affect the section I am trying to change. Am I missing something here? Or maybe I need to install a line or two of code somewhere in there? If it’s in another file, let me know and I’ll try to work it out again or, if that doesn’t work, post it up on the forum in the proper section.
Thanks in advance.
/*========= LAYOUT =========*/ #page{ width: 960px; background-color: #FFFFFF; margin: 15px auto; border: 1px solid #4D4D4D; }
- The topic ‘Gazette Theme: How To Move White Page Background Downward’ is closed to new replies.