How to put my product information, add to cart, quantity, price and size button on the center ?

Hello I want first to put my quantity and size button in the center and then I want to put all the stuff in the middle regarding the product image ! only on computer please ! It is already good on mobile !

1 Like

here is the link of my page https://www.five-pocket.com/products/pro-club-heavy-weight-t-shirt-white

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

https://www.five-pocket.com/products/pro-club-heavy-weight-t-shirt-white

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > styles.css and paste this at the bottom of the file:
.product-form__input.product-form__quantity {
margin: 0 auto;
}
fieldset.js.product-form__input {
margin: 0 auto;
}