Hello, can someone please help me center the title, ratings & price on featured collections on the dawn theme 2.0?
1 Like
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hi @Ricardo760 ,
Go to Assets > component-price.css and paste this at the bottom of the file:
.price dl{
margin: auto;
}
Hope it helps!
Store: adealify.com
password: woklay
Hi @Ricardo760 ,
Go to Assets > base.css and paste this at the bottom of the file:
.card-information__wrapper {
text-align: center !important;
}
.card-information__wrapper>.price>div {
margin: auto !important;
}
Hope it helps!
Worked!! thank you so much.
1 Like