Saltar navegación

[Resuelto] Setting the height of the select dropdown

This support ticket is created hace 5 años, 1 mes. 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)

Etiquetado: 

Este tema contiene 4 respuestas, tiene 2 mensajes.

Última actualización por ericK-4 hace 5 años, 1 mes.

Asistido por: Shane.

Autor
Mensajes
#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
Colaborador

Idiomas: Inglés (English )

Zona horaria: 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
Colaborador

Idiomas: Inglés (English )

Zona horaria: 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