How to align my product options to the left

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:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
@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! :slightly_smiling_face: