jacon1965:
Help! My category images are aligned in a vertical order, and I would like them to be in a horizontal order. Been at this for days, can't figure it out, can't find anything on the the forum either.
http://www.cstrucktops.com
:frusty:
Ja,
Locate this:
includes/templates/CST/css/stylesheet.css
Find this:
/The main content classes/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align: top;
float: center;
}
There is no declaration float: center
- change to float: left;