• 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 https://bvhgnutrition.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Start by sorting out the validation errors on your Home page. You have 2 DOCTYPE declarations for a start.

    https://codex.www.ads-software.com/Validating_a_Website

    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.

    Thread Starter bvhg

    (@bvhg)

    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?

    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?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Home Page Not Centered’ is closed to new replies.