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?
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024