Zen Cart Logo
Forums / Basic Configuration / Newbie Questions

Newbie Questions

Locked

Views: 1,116

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
29 Jan 2009, 5:23 AM
#1
rack14650 avatar

rack14650

New Zenner

Join Date:
Jan 2009
Posts:
13
Plugin Contributions:
0

Newbie Questions

Ok guys please bear with me I'm sure I have looked at the answer a million times tonight but I'm not seeing it. On my site there are blue columns on the left and right hand side. I'm not sure what the correct name of these are but how do I get rid of them? Has anyone posted a screen shot on here before that gives a name to all of these different things ie sidebars, etc.....

http://caitybugscorner.com/zencart/index.php

here is the link to my new site to give you an idea of what I am talking about.

29 Jan 2009, 5:53 AM
#2
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Newbie Questions

rack,

The "blue bars" are actually the body background (a color).
If you can - get Firefox with the web developers tools add on.
This will help you alot!

Tina

29 Jan 2009, 6:22 AM
#3
rack14650 avatar

rack14650

New Zenner

Join Date:
Jan 2009
Posts:
13
Plugin Contributions:
0

Re: Newbie Questions

Thank you for answering such a simple question. So if I wanted to get rid of the "bars" I need to increase the main page, is this correct? If so I am looking thru the style sheet what would that main are be called? I did download firefox and the web developers add on. Still trying to figure it out but it seems handy.....thanks

29 Jan 2009, 6:32 AM
#4
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Newbie Questions

/wrappers - page or section containers/#mainWrapper { background-color: #ffffff; text-align: left; width: 750px; vertical-align: top; border: 1px solid #9a9a9a; } Change page width here in your stylesheet. Either a fixed width (in px) or a percentage (100%, 95%, etc,...)Tina