How to change width of drop down menu - DEBUT THEME

Hi Everyone,

How do I make the width of the drop down menu smaller?

I want it to be in line with my size guide button.

Website - cambrie.com.au

Hello @melanyg

Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.

.product-form__input {
    width: 140px;
}
1 Like

Thanks :slightly_smiling_face:

@melanyg Thank you for the update.