chinatea Posted May 6, 2011 Share Posted May 6, 2011 want to modify select options length. you can follow below actionyou can define yourself attribute group,but if the optins length is long. which can’t disply well under IE, you can modify it in prestashop\themes\prestashop\css\global.css modify #primary_block form#buy_block label,#primary_block form#buy_block select{ display:block; width:47%; float:left;}to#primary_block form#buy_block label,#primary_block form#buy_block{ display:block; float:left;}#primary_block form#buy_block select{ display:block; width:80%; float:left;}for the example, please visit: http://oilpaintingbank.com Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now