Jump to content

how to modify select options length


Recommended Posts

want to modify select options length. you can follow below action

you 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...