Skip Navigation

[Resolved] Select dropdown looks weird

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 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by EmmaN7109 1 year, 11 months ago.

Assisted by: Luo Yang.

Author
Posts
#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 hidden link

#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!