which file control the width of center column?
I would like to modify the width for the center column,
but when I use chrome to see the DIV code,there is a div's id named "column-center" controlling it ,but I cannot find it at any *css.
Thanks
which file control the width of center column?
I would like to modify the width for the center column,
but when I use chrome to see the DIV code,there is a div's id named "column-center" controlling it ,but I cannot find it at any *css.
Thanks
focus on the open source for online shoping website.
my site: best shop 24h.com
Depends on the template, but usually centerColumn doesn't have a set width. It's parent wrapper has width set, sidebox columns have set width (usually inline since the width is controlled from admin) and then centerColumn takes up the remaining space...
thanks so much "balihr",now I know how to solve the problem,by narrowing the width of left or the right
focus on the open source for online shoping website.
my site: best shop 24h.com
The width of the centre column is RELATIVE to other settings.
Firstly
in your stylesheet, you should have a MAIN WRAPPER declaration. In a standard CLASSIC template, this is:-
width: 750px;Code:/*wrappers - page or section containers*/ #mainWrapper { background-color: #ffffff; text-align: left; width: 750px; vertical-align: top; border: 1px solid #9a9a9a; }
This is the general width of the site, and to meet most browser capabilities, should not be greater than 980px.
Secondly
In your site's ADMIN CONSOLE, under Configuration >>> Layout Settings, you will have:
COLUMN WIDTH
and
SIDEBOX WIDTH
The Sidebox width should be equal to, or smaller than, the Column Width.
The WIDTH of your side columns will then affect the with of the center column. Make adjustments to the side column widths accordingly.
OTHER FACTORS in the stylesheet will be related to PADDING and/or MARGIN values in the CSS which apply to sideboxes, sidecolumns and center boxes, etc...
20 years a Zencart User