Hi,
Here is my product page’s link : https://www.five-pocket.com/products/pro-club-heavyweight-cotton-tshirt-white
I want to center this on all my products pages on mobile and on desktop ( see picture ) : From product title to add to cart.
Hi,
Here is my product page’s link : https://www.five-pocket.com/products/pro-club-heavyweight-cotton-tshirt-white
I want to center this on all my products pages on mobile and on desktop ( see picture ) : From product title to add to cart.
Hi @imazele
Try this one.
.product__title, .product__tax, .price--large, .product-form__input {
text-align: center !important;
}
.jdgm-widget.jdgm-widget {
text-align: center !important;
}
.product-form__input {
max-width: 100%;
}
.price-per-item__container {
justify-content: center;
}
.product-form__buttons {
margin: auto;
}
And Save.
Result:
Desktop and mobile view.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
thanks ! is it also possible to reduce the size of the quantity and the size on mobile?
Please add the code first so I can identify which one is not centered. Thanks!
And let me know if you already added.
it’s added and still don’t work correctly. On destktop it isn’t center align and on mobile it centrers when it loads.
Thnaks
It still doesn’t work can you help me ?
Ops, sorry didnt notice the notification.
Please, replace the code that I give yesterdayo to this.
.product__title, .product__tax, .price--large, .product-form__input {
text-align: center !important;
}
.jdgm-widget.jdgm-widget {
text-align: center !important;
}
.product-form__input {
max-width: 100% !important;
}
.price-per-item__container {
justify-content: center;
}
.product-form__buttons {
margin: auto;
}
Or when you go to the base.css where you paste the code.
This line 3620 add !important. Like this below.
And Save.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
it works but why every time I reload the page the quantity box move to go to the center? Can you correct this pls?
Try to add on other file.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!