http://chickflix.net/?page_id=196
All of a sudden there is extra space above the text on my pages. It seems like maybe they are being centered vertically? I am using Atahualpa Theme and have added some widgets but nothing else. Help?
http://chickflix.net/?page_id=196
All of a sudden there is extra space above the text on my pages. It seems like maybe they are being centered vertically? I am using Atahualpa Theme and have added some widgets but nothing else. Help?
It seems like maybe they are being centered vertically?
They are.
Edit line 355 of your theme's stylesheet and replace:
td#middle {
padding:10px 15px;
}
with
td#middle {
padding:10px 15px;
vertical-align:top;
}You must log in to post.