Forums

Home Page Not Centered (5 posts)

  1. bvhg
    Member
    Posted 1 year ago #

    My home page, the entire page or 'theme' is showing up all the way to the left. All other pages are just fine (centered) and I'm not sure what I've done to throw the home page off.

    I've tested it in IE and Firefox and it does the same thing.

    page is http://bvhgnutrition.com

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Start by sorting out the validation errors on your Home page. You have 2 DOCTYPE declarations for a start.

    http://codex.wordpress.org/Validating_a_Website

  3. elizawhat
    Member
    Posted 1 year ago #

    Go into your stylesheet, find your main div, and add the following code:

    display: block;
    margin-left: auto;
    margin-right: auto;

    You may have to assign it a width if it doesn't already have one.

  4. bvhg
    Member
    Posted 1 year ago #

    Esmi & elizawhat,

    Thanks so much.

    Following the 'validation errors' I see that I have 429 errors but I don't understand ANY of what it's telling me there.

    What will a "main div" look like?

  5. mikebeam
    Member
    Posted 1 year ago #

    My problem is that when in a post at the bottom were author info is, there is a link to see more post. When you display that link it brings up a archives/author/### that page is displayed all the way to the right. How do I center that?

Topic Closed

This topic has been closed to new replies.

About this Topic