Header and Footer Problems
-
Hello,
I’ve just merged over to www.ads-software.com from wordpress.com. My blog is https://www.ourkoreanteapot.com. I’ve been editing my template and have come across a few problems with my header and footer. I’m familiar with CSS, but not so much with PHP.
First, my header or it might be title section is not extending to the 950 px that I set it to. Should I be editing the layout.css file or the header.php? I think it is the layout.css.
Secondly, my footer will sometimes go to the bottom of the page and sometimes it will appear in the sidebar. I’m not sure what is causing this.
This is what i have for the layout.css file:
#header { width:950px; margin-right:auto; margin-left:auto !important; /* stupid ie... */ margin-left:1px; margin-top:0px; padding:0px; } #footer { background:url(images/page_bottom.gif) bottom center transparent no-repeat; padding-bottom:10px; margin-bottom:30px; }
Any help would be greatly appreciated. Thanks in advance!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Header and Footer Problems’ is closed to new replies.