by default the whole cart is centered. i want to move it to left similar to margin-left: 0, but cant seem to figure this one out.
thank you!
by default the whole cart is centered. i want to move it to left similar to margin-left: 0, but cant seem to figure this one out.
thank you!
Which template are you using ? can we have a URL to peek at to help sort it out ?
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
i believe i am using the classic template.
heres the link. i havent really done anything to it.
http://mymy.us/store/
In your stylesheet change this :
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
}
To #mainWrapper {
background-color: #ffffff;
float: left;
width: 750px;
vertical-align: top;
}
I believe that will fix it for you - though I am no pro with the classic template - I always work with template default and adjust / change the css and files as needed ;)
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.