Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Future Zen - Center page issues

Future Zen - Center page issues

Locked

Views: 1,026

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
1 Nov 2006, 11:53 AM
#1
mattys avatar

mattys

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.

1 Nov 2006, 2:00 PM
#2
silverkop avatar

silverkop

Zen Follower

Join Date:
Sep 2006
Location:
U.K.
Posts:
164
Plugin Contributions:
0

Re: Future Zen - Center page issues

I am not really into this techie stuff, but I hate it when no replies and you are held up from working...so here is my 2 pennyith worth.

this is my main wrapper;

#mainWrapper {
background-color: #e5edf5;
text-align: left;
width: 90%;
vertical-align: top;
}

and body from my future_zen template.

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #e5edf5;

}

I am still using the original bg colours.

Hope that helps.

1 Nov 2006, 2:25 PM
#3
mattys avatar

mattys

Zen Follower

Join Date:
Sep 2006
Location:
North Devon, England, UK
Posts:
289
Plugin Contributions:
0

Re: Future Zen - Center page issues

thanks SilverKop vbmenu_register("postmenu_285505", true);

that sorted it!!