I edited main page in admin area and now the page is not centered. What do I need to do to fix the problem?
http://www.coolspacehost.com/shop
thank you.
I edited main page in admin area and now the page is not centered. What do I need to do to fix the problem?
http://www.coolspacehost.com/shop
thank you.
Looks like your center column width is off. In fact, looking at your source code, you have the table width set to 100%, pushing right columns off to the right. My advice would be to learn CSS and not use HTML tables at all. ZenCart is much easier to style using style sheets.
Right...css is your friend.
But if you are stuck in tables, try reducing the width of the table from 100% to say, 70% and see if that does the trick.
Thank you .... but can you tell me where to find this info to change the css from 100% to 70%. I do not know what I am looking for. I found the css sheet under the default template...but when I look through the file I don't see what needst to be changed. Thank you for your help.
I edit mine here:
includes/template/<whatever your template is called>/css/stylesheet.css
Always backup anything before you change it so you can resort to the backup if you screw something up.
I backup my site frequently also. You never know when you will need it.