is there a way to set the width of the drop down for the variants as the product names and price are too long for my page?
Options: <select name="variants" onchange="SetCartVariant(this.value)">
<xsl:apply-templates select="/root/ProductVariants/Variant" />
</select>
i tried putting a <div> around this and it didnt work for the width. Any ideas?