How to centre quantity selector in dawn theme

I managed to centre varient pills, title, price but still not the quantity selector

Hi @unknown29

Would you mind to share your Store URL website? with password if its protected. Thanks!

can i email you?

You can Inbox me. :blush:

Thank you for the information. Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width:749px){
quantity-input.quantity {
    margin: auto;
}
}

I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Your question is not clear can you share store URL in Dawn theme the quanitiy selector already centered.