does anyone know how to remove the ORANGE left column box?
and why is the left box is different from the right box shape? what settings makes both different?
does anyone know how to remove the ORANGE left column box?
and why is the left box is different from the right box shape? what settings makes both different?
The orange is the left column background color. It is in your stylesheet.
It seems apparent that you are using a custom template based upon the default. The default template stylesheet.css is basically unrefined, a raw base, to learn about initial customizing. You'll notice in the stylesheet that there are Selectors missing and thus, the lack of symmetry between the right/left columns and so forth. The easiest recommendation is to download the Classic color combo pack;
http://www.zen-cart.com/index.php?ma...roducts_id=274
From there, you can pick the relative color scheme that you desire and you can begin customizing from a solid base. Or you can just compare stylesheets to complete your current default stylesheet.
thanx for all the infos..but
i think theres no boxes there but a little gap.. its between all the left boxes. and i want it to be close all together like the right one.. any how? so the most upper box (categories) connect to the Category Tab as on the right box (sponsors).
i think i just solved my prob..
i changed from this
.leftBoxContainer {
border: 1px solid #ffffff;
margin-top: 1.5em;
}
to this
.leftBoxContainer {
border: 1px solid #ffffff;
margin-top: 0em; or delete it
}
![]()
see the results..