Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Extra space above text in pages’ is closed to new replies.