Hi there!
I need to center the title and price of my collections and featured collection.
I also want to add text next to the price of my collection, where can I find the code to do that?
Thank you!
Hi there!
I need to center the title and price of my collections and featured collection.
I also want to add text next to the price of my collection, where can I find the code to do that?
Thank you!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
That is my URL, eayews is the password if you need it
Hi @MirzaTBiH ,
.card__information .card__heading,
.card__information .price{
text-align: center !important;
}
Hope it helps!
So the centering worked at first until I added the text next to my price… Now my text next to the prices are correct but the price and name went back to the left. Any idea why this happened?
Hi @MirzaTBiH ,
I tested and it works fine with the code:
Can you re-add the code, i will help you check it again
i’ve tried over 10 different codes for this on dawn 5.0 and this is the first to work for me.