Center product name and price for craft theme

Hello I need help centering my product name and price for my shopify store with my crft theme. l only want it to be centered on my HOME page and NOT my product page. I have tried using other peoples code but it hasnt worked.

.product-item.small–one-half .product-item__meta__inner {text-align: center !important}
.product-item__meta,.product-item__link:hover .product-item__image {opacity:1 !important}
.product-item__meta__inner {position:relative !important}

this code does not work for me

My website is https://bobawicks.com/

password is 1

If anyone can help please do!

Thank you

Hi @BobaWicks .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file base.css

.card__content{
  justify-content: center !important;
}

Hope this helps.

Best Regards;

Pagefly

Hello it still isnt centered. Is there any other code you think could work? Thank you

Please add below css code in bottom of assets/base.css file

.card__content {
text-align: center;
}
.card-information {
text-align: center;
}

Thank you.

hello it didnt work :disappointed_face: