Forums

Extra space above text in pages (5 posts)

  1. bonoix
    Member
    Posted 2 years 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
    Theme Diva & Mod
    Posted 2 years 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;
    }
  3. mrmellymel
    Member
    Posted 1 year ago #

    Sorry I am new to all of this, but I am having the same problem. How do i edit line 355 of my stylesheet?

  4. mrmellymel
    Member
    Posted 1 year ago #

    I am using the Atahualpa theme by the way

  5. esmi
    Theme Diva & Mod
    Posted 1 year ago #

    Admin/Appearance/Editor

    Or download the stylesheet, make the change in a text editor and re-upload the amended file.

Topic Closed

This topic has been closed to new replies.

About this Topic