Columns not aligning properly on the home page

Viewing 2 posts - 1 through 2 (of 2 total)
  • #1693
    Daniel Tara
    Keymaster

    Hi Andrew,
    I like your customization.

    To make the columns nest properly, add the following to mystyle.css

    #featured, #resources {
      width:390px;
    }

    Also, on your front page you have an unclosed div which makes the design elements inconsistent. Open home .php, find the following line:

    </div><!-- /center -->

    Replace it with:

    </div>
    </div><!-- /center -->

    Basically you’re adding another close tag before the center.

    #1692
    Anonymous
    Inactive

    I really like your WP theme. Have worked with someone to customize it see [url=http://www.DeannaFrazier.com]http://www.DeannaFrazier.com[/url] However the columns have gone out of wack on the home page – what happened? Any thoughts / ideas / suggestions to correct?

    Thanks,
    Andrew

Viewing 2 posts - 1 through 2 (of 2 total)

Tagged: 

You must be logged in to reply to this topic.