How do I move the rest of the page down so it is not obstructed by the top banner?
How do I move the rest of the page down so it is not obstructed by the top banner?
Hi,
You can add the either <p></p> between the header and post loop in the index.php file of your theme or add
</br>.
Thanks,
Shane G.
tried it, didn't work. here's the page http://druhillonline.com/site/
You want to make the edit in the stylesheet, not hard code it using brute force.
The division #top-container is in your template code, but it's not in the stylesheet. Try adding this to styles.css and see what that does:
#top-container {
margin-top: 115px;
}This topic has been closed to new replies.