Hi I would really like some help to get my dropdown menu for selecting variants to be centered with the rest of the page . Please any help would be great!
Store: believersbrigade
Password: meatri
A user seeks help centering the variant dropdown menu on their Shopify store using the Dawn theme. The dropdown currently doesnβt align with the rest of the page content.
Solution Provided:
Key CSS modifications include:
.product-form__input--dropdown .select margin to autoThe response includes a complete CSS code snippet to implement the fix. The discussion appears resolved with a technical solution provided, though no confirmation from the original poster is included.
Hi I would really like some help to get my dropdown menu for selecting variants to be centered with the rest of the page . Please any help would be great!
Store: believersbrigade
Password: meatri
Hello @Jacobsladdr
.product-form__input--dropdown .select {
margin: 0 auto;
}
.product-form__input.product-form__input--dropdown {
max-width: 100%;
}
form#product-form-template--19486640046366__main {
margin: 0 auto;
}
.product-form__buttons {
max-width: 100%;
}
.product-form__input {
max-width: 100%;
}