Center Text and Prices of Product on main page - Dawn

Hello,

I am looking how to center the product name and prices on main page. Everything is center but i can´t center this information.

My store is https://diamelite-chile.myshopify.com/ and password : yeunga

Thank you for your help!

Hi Wuzdad78240,

You can align the product title & pricing information by using CSS.

You need to add some code in your custom.css/theme.scss that are shown below:

.card-information {
text-align: center;

}
Thanks

Hi!

I cannot find custom.css/theme.scss on the code edit.

hi @Wuzdad78240
This is PageFly - Free Landing Page Builder.

You can add this code into the base.css file

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

Hope this can help you solve the issue

Best regards,

PageFly

Hello! I add the code at the bottom of base.css file but nothing happens.

Please if you have other solution

Thank you

hi i can see it has been overriden by the default code, you can try this in the theme.liquid file above the tag