Zen Follower
- Join Date:
- Sep 2006
- Location:
- North Devon, England, UK
- Posts:
- 289
- Plugin Contributions:
- 0
Future Zen - Center page issues
Hi
My site is here http://www.logo-golfballs.co.uk/shop/index.php
I am testing the Furture Zen template, but cannot centre the page for some reason??
The Body CSS is:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #FFFFFF;
width: 750px;
text-align: center;
}
And the Main Wrapper CSS is:
#mainWrapper {
background-color: #ffffff;
text-align: left;
vertical-align: top;
}
I have tried the Main Wrapper with 'text-align: center' but doesn't work, just centers all text.
Any help appreciated.