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
@VisarK Please follow the below steps to center the product title and prices. Let me know whether it is helpful for you.
- Go to “Online Store” → “Themes”.
- Click “Customize” button from the current theme.
- Go to product page and try to locate the “Related products” section below the “Product information” section like in the below attached screenshot.
- Click the “Related products” section to edit and locate “Custom CSS” field and paste the below CSS code like in the below attached screenshot.
.card__heading a.full-unstyled-link {
text-align: center !important;
}
.card-information {
text-align: center !important;
}
- Then the final output will be like,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
1 Like
Thanks a lot @Vinsinfo it works