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
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;
}
Thanks ![]()
@melanyg Thank you for the update.