Originally Posted by
FloridaGoFishing
Thank you anyone who looked at this for me. For anyone with the wrapping of columns grid, I figured out what "I" did wrong. I had changed way back when I first installed Zen Cart the alignment from center to left because I didn't want the whole site centered. Well I changed the wrong CSS item, so I changed it back and changed another setting in CSS now all is well with the CSS.
Now if I could figure out what conflict is causing my site to load pages extremely slow! I ran many tests and I just can't figure out why, no errors reported.
/*Controls columns align, side boxes, footer bar, catagory column grid listing*/
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
text-align: center; <<<< I had this aligning left
}
.categoryListBoxContents { <<<< this fixed the columns on Catagory Level 1 (under Memory Cards)
clear: right;
float: left;
}