Hi there,
i am looking for a soltuion to center the items product.price and and the variant section. I already centered the product.title with:
@media screen and (max-width: 749px) {
.product__title h1 {
text-align: center;
}
Unfortunately, I have no idea how to change the price and the variant section as shown in the image.
www.taskslider.de
PW: nonsense
Hello @Roxolot ,
Follow these steps:
-
Go to Online Store ā Theme ā Edit code
-
Open your base.css file and paste the following code below:
@media screen and (max-width: 749px) {
.product__info-wrapper.grid__item {
text-align: center;
}
}
Thanks
1 Like
Hi @Roxolot
This is Richard from PageFly - Shopify Page Builder App, Iād like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
@media screen and (max-width: 767px){
.product__info-wrapper.grid__item {
text-align: center !important;
}
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly