Forums / General Questions / edited main page in admin

edited main page in admin

Locked
Results 1 to 5 of 5
This thread is locked. New replies are disabled.
01 Dec 2008, 22:51
#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.
01 Dec 2008, 23:04
#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.
02 Dec 2008, 01:30
#3
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
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.
02 Dec 2008, 16:22
#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.
03 Dec 2008, 03:21
#5
russa2 avatar

russa2

New Zenner

Join Date:
Sep 2008
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.