Hi ya
How do I centre a template, so that there is space down each side of the whole template.
I am a noob, but learning quickly.
Thank you
Hi ya
How do I centre a template, so that there is space down each side of the whole template.
I am a noob, but learning quickly.
Thank you
need to see your site .. but default zencart template stylesheet.css
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
margin:auto;
}
makes the template center .
Thank you Tony :)