New Zenner
- Join Date:
- Nov 2005
- Posts:
- 4
- Plugin Contributions:
- 0
New Option Value width makes page Wide!
I increased my VARCHAR(64) to VARCHAR(255) to allow for long Options Values as follows:
ALTER TABLE zen_products_options_values CHANGE products_options_values_name products_options_values_name VARCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
But now my option value dropdown is so wide, it pushes my page out. How to I correct this?
Please see http://inspirepurpose.com/index.php?main_page=product_info&cPath=2&products_id=4
Thanks for your help