Hi!
I am trying to make all of these variant dropdowns as wide as the entire module, rather than staggered in size as they currently are, which I feel looks messy. Have a look below at what it’s looking like now - all of the variants are different widths and staggered.
I am using the Broadcast theme.
Hi @unadiamond , can you share your store url?
Hi @unadiamond ,
I hope you are doing well. Please share your URL. Thanks!
@unadiamond Hey, thanks for posting here.
can you please share the link to inspect it, thanks.
Hello @unadiamond
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
Thank you, here is an example of a product page with this issue: https://www.unadiamond.com/products/asscher-diamond-ring
I’d love for all of my products to have the fix applied.
1 Like
@unadiamond , Go to theme.css file and add the following code at the end of it :
.bold_option_set select {
width: 100% !important;
}
Result: