Make Variant Picker Dropdown Box Smaller

Make Variant Picker Dropdown Box Smaller

bryan76
Navigator
437 9 89

The variant picker dropdown is much larger than the text inside.  I am guessing the maybe margin is set to big.  Does anyone know the code to contour this box more to the size if the text?

 

Picture below.

 

Thanks!

Replies 3 (3)

Moeed
Shopify Partner
7704 2070 2550

Hey @bryan76 
Kindly share your Store URL and Password if enabled

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


bryan76
Navigator
437 9 89

This would be general to anyone using Dawn theme with that option.  it is on 9.0 currently.  no need to know my url.  I am just looking for the basic code and will adjust as needed.  Thanks!

patternbase
Visitor
1 0 0

Add this to the bottom of your section-main-product.css and update "100%" to the percentage or ##px you want the width of your box to be:

 

.product-form__input {

    max-width: 100% !important;

}

 

.product-form__input .select {

    max-width: 100% !important;

}