Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello everyone hope you all doing good.I need a help about the products name and prices are to much on the left side i want to put on the center.Its on featured collection " You may also like" on product page
Solved! Go to the solution
This is an accepted solution.
@VisarK Please follow the below steps to center the product title and prices. Let me know whether it is helpful for you.
.card__heading a.full-unstyled-link {
text-align: center !important;
}
.card-information {
text-align: center !important;
}
This is an accepted solution.
@VisarK Please follow the below steps to center the product title and prices. Let me know whether it is helpful for you.
.card__heading a.full-unstyled-link {
text-align: center !important;
}
.card-information {
text-align: center !important;
}