Hi
I have moved all sideboxes to the left but how do I turn off the column so the main text flows into that space?
Cheers
Waru
Hi
I have moved all sideboxes to the left but how do I turn off the column so the main text flows into that space?
Cheers
Waru
There is a global column setting in the Configuration ... Layout Settings ... to turn off the right column ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thanks very much Ajeh!
Hi Ajeh, I am having trouble with my right column. I HAVE it turned off globally and have set my colums to two per row but the right column appears to still be there and is pushing my second column down a row.
http://www.royalbabyboutique.com/shop/
Lori
Your right hand column is turned off - that's not the the problem. This is ...
Your center column is set up to have two boxes side by side. But by adding 0.7em of padding all around them you have made them two wide to fit in the space available. If you delete this line or change it to.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
text-align: center;
padding: 0.7em;
}
}then it will sort itself out.padding: 0.7em 0;
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Thank you so much kuroi...I was thinking a table or something and just couldnt find it....all fixed!