when looking at this section of viewed source:The <br> in red have to go. you'll have to edit them out in the template file. You will also have to adjust the width of #buybox to 100% in the stlyesheet.Code:<div id="buybox" class="forward"> <!--bof Attributes Module --> <div id="productAttributes"> <h3 id="attribsOptionsText">Please Choose: </h3> <div class="wrapperAttribsOptions"> <h4 class="optionName back">Type</h4> <div class="back"> <input name="id[1]" value="1" id="attrib-1-1" type="radio"><label class="attribsRadioButton zero" for="attrib-1-1">Plant ($5.00) </label><br> <input name="id[1]" value="2" id="attrib-1-2" type="radio"><label class="attribsRadioButton zero" for="attrib-1-2">Rhizome ($1.00) </label><br> </div> <br class="clearBoth"> </div> <br class="clearBoth"> </div><!--bof Add to Cart Box --> <hr> <div id="cartAdd"> Choose Quantity: <input name="cart_quantity" value="1" maxlength="6" size="4" type="text"><br><br><input name="products_id" value="1" type="hidden"><input src="includes/templates/gingerland/buttons/english/button_in_cart.gif" alt="Add to Cart" title=" Add to Cart " type="image"> </div> <!--eof Add to Cart Box-->





