hello,
I am trying to center the “you may also like” on my product page for my recommended products. is there a way I can edit that.
my url is www.blinkoutminks.com pass:rebrand1023.
thank you
hello,
I am trying to center the “you may also like” on my product page for my recommended products. is there a way I can edit that.
my url is www.blinkoutminks.com pass:rebrand1023.
thank you
Hello @marionna5 ,
Add this css at the bottom of theme.scss.liquid
.product-template__container .section-header__title {
text-align: center;
}
Thanks
thank you so much!!
Hello @marionna5 ,
To fix this issue, you need to add the below code to your theme.liquid file:
Code:
.ProductSection-product-recommendations .section-header{ text-align: center; }Result:-

Hope this helps, let us know if you have any further queries.
Regards,
CedCommerce