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:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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;
}


