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
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
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.
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?
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?