Hello,
The product options on my mobile website is centred and I’d like it aligned to the left.
How do I do this? The desktop version is already aligned to the left.
Shop: www.woobranding.com
Thanks!
Hello,
The product options on my mobile website is centred and I’d like it aligned to the left.
How do I do this? The desktop version is already aligned to the left.
Shop: www.woobranding.com
Thanks!
Hi @Oliver_D ,
You can follow the instruction below:
@media (max-width: 768px) {
.product-single__meta .product-block > .variant-wrapper {
    text-align: left !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thank you so much! It works just the way I wanted it now! 