Zen Cart Logo
Forums / General Questions / edited main page in admin

edited main page in admin

Locked

Views: 1,138

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
1 Dec 2008, 10:51 PM
#1
roseblossom222 avatar

roseblossom222

New Zenner

Join Date:
Jul 2006
Posts:
12
Plugin Contributions:
0

edited main page in admin

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.

1 Dec 2008, 11:04 PM
#2
songworks avatar

songworks

New Zenner

Join Date:
Dec 2008
Posts:
1
Plugin Contributions:
0

Re: edited main page in admin

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.

2 Dec 2008, 1:30 AM
#3
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: edited main page in admin

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.

2 Dec 2008, 4:22 PM
#4
roseblossom222 avatar

roseblossom222

New Zenner

Join Date:
Jul 2006
Posts:
12
Plugin Contributions:
0

Re: edited main page in admin

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.

3 Dec 2008, 3:21 AM
#5
russa2 avatar

russa2

New Zenner

Join Date:
Sep 2008
Location:
Indiana
Posts:
12
Plugin Contributions:
0

Re: edited main page in admin

roseblossom222:

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.