Hello,
I would like to center the product grid info as displayed in the picture.
Hi @ya3goobs ,
If you are using Shopify 2.0 FREE themes then follow the instructions below.
.card--standard>.card__content .card__information {
text-align: center;
}
.card--standard>.card__content .card-information {
text-align: center;
}
Hi @ya3goobs ,
It would be best to provide your website, or at least your Shopify theme. We cannot really work with just an image alone
Hi @ya3goobs ,
Thank you for the information. Here is the code
.card__content .card__information {
text-align: center;
}
.card__content .card-information {
text-align: center;
}