My page is aligned to the Left. I am trying to figure ow to center the page. Here's my page
http://cigarimpulse.com/wordpress
How can I fix this???
My page is aligned to the Left. I am trying to figure ow to center the page. Here's my page
http://cigarimpulse.com/wordpress
How can I fix this???
Add rule to your style.css:
body{margin:0 auto;}
Did not work
Comment out or remove this in your CSS and HTML.
body {width: 800px;}
body{margin:0 auto !important;}
This topic has been closed to new replies.