Center text featured product dawn theme 9.00?

Hey Everyone one,

I’m using the new dawn theme 9.00, And I’m looking to center align the product title on collection page and main page like this. Now it is left align I want it to be in the middle. Can someone helps me please

Hey there,

Please share the URL to the page and I should be able to help.

Thank you

still under construction but yeah this is it:

https://fairyhome113.myshopify.com/

You can fix it by adding the following CSS snippet:

.product-card-wrapper .card__content,
.product-card-wrapper .card-information{
	text-align:center !important;
}

You can read this article to learn how to add custom CSS to Shopify.

Thanks

thank you boss. It works

Happy to hear that.