Leesh Posted July 24, 2023 Posted July 24, 2023 Hi there, I can't use the code below to reduce the width under a certain amount of the width, for example, width set to 100px, it works but for 30px, it doesn't change. See screenshot. .header-actions .language-picker-desktop .language-picker-content { width: 30px !important; }
Leesh Posted July 24, 2023 Author Posted July 24, 2023 (edited) @tuanphanBother you again, see if you have some quick CSS solution. thank you site url if you needed: www.venturantgroup.com Edited July 24, 2023 by Leesh
tuanphan Posted July 26, 2023 Posted July 26, 2023 Hover on English >> It show nothing Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Leesh Posted July 27, 2023 Author Posted July 27, 2023 I tested in a private window, it has a dropdown from my side tho. Can you try again?
Leesh Posted July 27, 2023 Author Posted July 27, 2023 @Eugene_WeglotCan you also take a look? thank you
Solution tuanphan Posted July 28, 2023 Solution Posted July 28, 2023 Add to Design > Custom CSS /* language dropdown */ .language-picker-content { width: auto !important; min-width: unset !important; } .language-item { margin: 0 !important; } Leesh 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment