How can I center the 'you may also like' section on my product page?

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:

  • Go to your Shopify admin > Sales channel > Online store
  • Select your theme > click on actions > edit code
  • From layout folder > open theme.liquid file
  • Paste the below code just before the tag, you can also use crtl+f to find the tag
  • Saved the changes, check your website

Code:

.ProductSection-product-recommendations .section-header{ text-align: center; }

Result:-

Cedcommerce_0-1665490329897.png

image.png

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

Regards,

CedCommerce