How do I alight product title and price on Boundless theme

Hello, I am having an issue with theme Boundless and I have tried sooooo many fixes including css pastes found on here and nothing works to put the product title and price centered under the product image. please help anyone

page example: Hats page

Hello @JP12we5 ,

Follow these steps:

  1. Go to Online Store β†’ Theme β†’ Edit code

  2. Open your theme.scss.css file and paste the following code at the bottom:

@media only screen and (min-width: 990px) {
.product-item__link .product-item__meta__inner{
        text-align: center !important;
}
}

If problem solved don’t forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

Thanks

HI @JP12we5

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
span.product-item__meta__inner * {
    text-align: center !important;
}

Here is the result: https://prnt.sc/njNeu3LNpomE

I hope this helps

Best,

Daisy

1 Like

This worked immediately, thank you! I am also going to try to Avada, definitely need help with seo to boost sales and if I can work with you that would be great, any contact info?

Thank you for the reply and help Guleria. I do need help with creating a customization code for product slide in image from the right to left of the home page, I have an example here that shows up when views only on mobile. example to view on mobile

Hi @JP12we5

You can meet me via live chat :heart: We are available 24/7 so if you need any help please let us know

Best,

Daisy

1 Like

thank you very much