win8win:
thanks so much "balihr",now I know how to solve the problem,by narrowing the width of left or the right
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:-
/*wrappers - page or section containers*/
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
border: 1px solid #9a9a9a;
}
** width: 750px;
**
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...