1. meschesm
  2. General
  3. Tuesday, July 08 2014, 11:53 PM
How do I control the width of a drop down box? See the attached screenshot. Even in the Registration form, this box is much too wide.

Thank you.

Michael
Attachments (1)
References
  1. http://migratemyjoomla.com/scitech/j3/
admin Accepted Answer
Admin
Select code is managed by Joomla libraries.

You can control this with CSS. so add this to your CSS file on template.
.chzn-container {
width: 300px !important;
}

in this example 300px of width
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.