Add a reply
View Replies (
1
)
Resolved
How do I control the width of drop down boxes?
meschesm
General
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)
Easy Profile Edit Screen.png
References
http://migratemyjoomla.com/scitech/j3/
Responses (
1
)
Likes
Latest
Oldest
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
more than a month ago
General
# 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.