Shopify themes, liquid, logos, and UX
Hello,
I'd like to center variant picker and quantity selector (without center the description) on mobile view please.
Have a nice day.
Hey @Mcfly69290,
Can you share the link to your store please? Thanks!
Hey @Mcfly69290,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (max-width: 989px) {
fieldset.variant-picker__option {
justify-items: center !important;
}
.product-info__block-item[data-block-type="quantity-selector"] {
text-align: center !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
It worked, thank you !
Hello @Mcfly69290
Can you share store URL?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025