Passer la navigation

[Résolu] Select dropdown looks weird

This support ticket is created Il y a 3 years, 3 months. 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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Fuseau horaire du supporter : Asia/Hong_Kong (GMT+08:00)

Ce sujet contient 4 réponses, a 2 voix.

Dernière mise à jour par EmmaN7109 Il y a 3 years, 3 months.

Assisté par: Luo Yang.

Auteur
Publications
#2572291
Skärmavbild 2023-03-13 kl. 21.42.21.png

My select dropdown looks wierd! What am I doing wrong? Astra theme.

#2572493

Hello,

There might be some CSS conflicts in your website, please provide the live problem page URL, I need to test it in my Chrome browser.

#2572507

Thanks! The URL is lien caché

#2572523
select-dropdown-background.jpg

It is a CSS issue, you can use CSS codes to style the select dropdown background image, for example:

select {
    background-position-y: calc( 100% - 20px );
}

See my screenshot select-dropdown-background.jpg

#2572939

My issue is resolved now. Thank you!