Multi Select pick list height

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Wed Jun 13, 2012 9:58 pm
I have added some custom fields to the JomSocial registration which are of type "multi select".
When the form displays for the user, the box where the choices are displayed is only about two lines in height. What override can I put in which will allow me to control the height of the multi select box?
User avatar
Fresh Boarder

GK User
Thu Jun 14, 2012 2:19 pm
Hi,

Could you please give me the link to see the problem then I can advise you better?

Thanks,
User avatar
Platinum Boarder

GK User
Thu Jun 14, 2012 4:29 pm
Don Lee wrote:Hi,

Could you please give me the link to see the problem then I can advise you better?

Thanks,



Here are the steps:
1. Login with the UN/PW that I provided you in my PM
2. From the JS Toolbar, choose Profile/Edit Profile
3. Scroll down to the Band Info section
4. Look at the field : *Ensembles & Groups in Band - it is of type multi select and is too small
5. Scroll down further to
*Years in Drum Corp
*Drum Corps Name
They are also of this same type.

How can I fix this?
User avatar
Fresh Boarder

GK User
Fri Jun 15, 2012 10:08 am
Hi,

Please add this code to CSS Override to fix it:
Code: Select all
#community-wrap .inputbox, #community-wrap textarea, #community-wrap select{
height:auto!important;
}

Let me know if it helps.
User avatar
Platinum Boarder

GK User
Fri Jun 15, 2012 4:01 pm
Don Lee wrote:Hi,

Please add this code to CSS Override to fix it:
Code: Select all
#community-wrap .inputbox, #community-wrap textarea, #community-wrap select{
height:auto!important;
}

Let me know if it helps.



Works great! Thanks!
User avatar
Fresh Boarder

GK User
Fri Jun 15, 2012 4:02 pm
I'm glad to know that.

See you around.
User avatar
Platinum Boarder


cron