Skip Navigation

[Resolved] Setting the height of the select dropdown

This support ticket is created 4 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 4 replies, has 2 voices.

Last updated by ericK-4 4 years, 1 month ago.

Assisted by: Shane.

Author
Posts
#1556275

Hi,

I want to limit the height of my dropdown select because too much information. In css, I put this. It works in fireworks but not in chrome and safari.
select[size] {
height: 55px !important;
}
Thanks for your help

PS : A ticket support is always active with Minesh. I want to close it but it returns a error

#1556653

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Eric,

Thank you for getting in touch.

Could you try using this

.select{
    height:100px;
    overflow:scroll;
}

Could you let me know which ticket you are having the issue with.

Thanks,
Shane

#1557029

Hi Shane,
Your CSS trick doesn't work 🙁
The ticket issue is : Search text on 2 custom fields
Thanks in advance
Eric

#1557465

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Eric,

Could you send me a link the page where you want the select field dropdown height to be adjusted?

Also I've informed Minesh about the ticket so it should be closed soon.

Thanks,
Shane

#1557477

My issue is resolved now. Thank you!
I use select2 and it does the job

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.