Hi,
I have an option name set to 'checkbox', my problem is that there is a large space to the left and right of the checkbox - please see my attachment for a visual.
This is the HTML that is generated for each checkbox:
<input type="checkbox" name="id[11][44]" value="44" id="attrib-11-44" /><label class="attribsCheckbox" for="attrib-11-44">No Extras</label>
I used the FireFox Web Developer addon to manually edit the code to add style="margin: 0; padding: 0;", but it only removes the spacing a little.
I'm not sure how I'm going to change the css settings for attribute checkbox options globally as there is no HTML 'class' attribute in the checkbox tag and the code for checkboxes is generated in the attributes.php file and is fairly complex so I'd prefer not to hard code a class attribute for the checkboxes (I hope that made sense).
Basically, where is the spacing being added for the attribute checkbox?



