Re: Why the big empty space between the first and second attribute?

Originally Posted by
niccol
Please Choose is in
includes/languages/english/product.php
or the equivalent file.
The best way of moving the checkboxes is by editing modules/attributes.php but I might be able to come up with a simpler css 'fix' if you post a link to the site.
thanks niccol! it was the product_info.php file. Sweet!
as for the checkboxes, here is a link to a product page example that I would like to fix...
http://www.kugelkomponents.com/zenca...&products_id=8
I am struggling with how to handle the checkbox ID that is unique to each attribute (see snip below). It seems to me that I need something consistent - like a class - to control them via css?
Here is a code snip of the attribute section...
Code:
<div id="productAttributes">
<h3 id="attribsOptionsText">Options and Upgrades: </h3>
<div class="wrapperAttribsOptions">
<h5 class="optionName back">
Universal Mounting Brackets
<input id="attrib-3-5" type="checkbox" value="5" name="id[3][5]"/>
<label class="attribsCheckbox" for="attrib-3-5"> ( +$45.00 ) (+2lbs) </label>
<br/>
</h5>
</div>
<br class="clearBoth"/>
<div class="wrapperAttribsOptions">
<h5 class="optionName back">
Slotted Brake Pedal Arm Upgrade
<input id="attrib-2-4" type="checkbox" value="4" name="id[2][4]"/>
<label class="attribsCheckbox" for="attrib-2-4"> ( +$40.00 )</label>
<br/>
</h5>
</div>
<br class="clearBoth"/>
Solve for x?
No, x needs to solve it for himself, or else he'll never learn.