This topic has 3 replies, 2 voices, and was last updated 2 years, 10 months ago ago by BubbaDan
The ‘Choose an option’ dropdown is very scrunched up when on a product page. You can barely see it.
How can I increase the width?
Example look at Accessories – Belts
https://malegenius.com/product-category/fashion/accessories/belts/
Hello,
Do you use any third-party plugin for the variation swatches? Because it looks that issue comes from the plugin styles https://prnt.sc/26io255
So, contact plugin author about this.
You can fix that by custom code in Theme Options > Custom CSS
.template-container .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_image_design .vi-wpvs-variation-button-select {
width: auto;
height: auto;
}
But it would be better to contact plugin support.
Regards
That was it…a swatch plugin was the culprit. Thanks!
The issue related to '‘‘Choose an option’ how do you increase width?’' has been successfully resolved, and the topic is now closed for further responses