Forums

Extra space above text in pages (2 posts)

  1. bonoix
    Member
    Posted 4 months ago #

    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?

  2. esmi
    Member
    Posted 4 months ago #

    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;
    }

Reply

You must log in to post.

About this Topic