Instead of the options being in table cells so that the titles line up over the top of the dropdowns they are just on separate lines and end up mashed to the left..
I took a quick look at the more-info template and found the code where they are displayed here
- Code: Select all
[-- IF PRODUCT.DisplayOrderingOptions --]<br>
[-- IF PRODUCT.OptionText --]
[-- PRODUCT.OptionText --]
[-- END_IF --]
Has anyone already worked out a good way to do this automatically?? I could fake by stuffing in there to move things over, but that just seem less than elegant