How to put product name and prices on the center on product page

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.

  1. Go to “Online Store” → “Themes”.
  2. Click “Customize” button from the current theme.
  3. Go to product page and try to locate the “Related products” section below the “Product information” section like in the below attached screenshot.

  1. 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;
}

  1. 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