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;
}Sorry I am new to all of this, but I am having the same problem. How do i edit line 355 of my stylesheet?
I am using the Atahualpa theme by the way
Admin/Appearance/Editor
Or download the stylesheet, make the change in a text editor and re-upload the amended file.
This topic has been closed to new replies.