jacobtdb Posted July 18, 2020 Share Posted July 18, 2020 Any idea of how to change size of this Select box and the text "Value" ? Its a Gift Card showing in a 7.1 site and its very small right now. I have tried some CSS but no luck so far.... Best regards, Jacob Link to comment
tuanphan Posted July 18, 2020 Share Posted July 18, 2020 Can you share link to page in screenshot? 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!) Link to comment
jacobtdb Posted July 18, 2020 Author Share Posted July 18, 2020 2 minutes ago, tuanphan said: Can you share link to page in screenshot? https://www.noerreaabybageri.dk/gavekort Here you go Link to comment
tuanphan Posted July 18, 2020 Share Posted July 18, 2020 Add to Home > Design > Custom CSS .variant-select-wrapper select { padding: 10px; } 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!) Link to comment
jacobtdb Posted July 20, 2020 Author Share Posted July 20, 2020 On 7/18/2020 at 1:58 PM, tuanphan said: Add to Home > Design > Custom CSS .variant-select-wrapper select { padding: 10px; } Done. But can´t see any change in size? Link to comment
tuanphan Posted July 20, 2020 Share Posted July 20, 2020 I see the code worked here. Try clearing browser cache. With value text, use this code .variant-option-title { font-size: 20px; } 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!) Link to comment
JessCollective Posted March 7, 2022 Share Posted March 7, 2022 .variant-select-wrapper select { width: 100%; } Will fit boxes to given space. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment