How to center align product information on all the products page on taste theme ?

Hello, I want to center align product information on all my product in ! You can see on my website that everything is on the left or I want everything in the center please ! Here is my website : www.five-pocket.com

Hey @imazele

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

It works ! But how do I do to do the same but with the price the quantity and the size ?

and the add to cart button also

Because in mobile it does wrong with the add to cart button

Hello @imazele

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.product__info-wrapper.grid__item {
    text-align: center;
}
.product-form__buttons {
    margin: 0 auto;
}

Hello it works but can you do the same for quantity and size look at the picture on mobile and on computer those two are not in center