My add to cart box with the quantity selector is in the middle of my attributes? can anyone tell me how to adjust this box so it is on top of my attributes not in the middle?
http://www.advantageonlineordering.n...&products_id=1
thanks!
My add to cart box with the quantity selector is in the middle of my attributes? can anyone tell me how to adjust this box so it is on top of my attributes not in the middle?
http://www.advantageonlineordering.n...&products_id=1
thanks!
Change the float in #cartAdd to left
Add to the stylesheet:
#attribsOptionsText {margin-top:150px;}
You have two choices. If you want the attributes to drop below the add box, add this to your stylesheet:If you want the attributes to close up the gap and all appear to the left of the add box, add this:Code:#productAttributes {clear: both;}Okay, three choices:)Code:.wrapperAttribsOptions+.clearBoth, .optionName+.back+.clearBoth {clear: left;}
Thank you both...1 thing...sorry a little new to zen cart...where can i find that css sheet?![]()
includes/templates/241/css/stylesheet.css
Perfect!! worked like a charm!
thank you for all your help...you too gjh42
this program is great but makes me want tosometimes!