Hey,
I would like to remove the 'empty' bars at the top of the site (above the header) and under the footer.
http://fastforwardandrewind.com/presents/
Hopefully someone can help me :-)
Thanks,
Ricardo
Hey,
I would like to remove the 'empty' bars at the top of the site (above the header) and under the footer.
http://fastforwardandrewind.com/presents/
Hopefully someone can help me :-)
Thanks,
Ricardo
I would assume that making a child and over-riding the CSS or commenting out something in another file would do it. I haven't looked carefully at this theme yet, but I've done similar things with twenty ten.
I have tried it with my child theme, but I couldn't get it working.
see if this works. add this to your child css theme:
#access {
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}Nope, it doesn't do anything
(Thanks for helping btw!)
Add this to child theme style.css
#page {
margin: 0 auto;
}Yeah! Brilliant!:D Thanks!
This topic has been closed to new replies.