I tried some solutions added cods which should have helped supposedly but price font is not getting smaller and on mobile version its overwhelmingly big can anyone help me ? Example bellow

I tried some solutions added cods which should have helped supposedly but price font is not getting smaller and on mobile version its overwhelmingly big can anyone help me ? Example bellow

Hi @Irakli23 ,
Try the code instead. Font size should adjust with mobile.
.price.price--on-sale {
font-size: clamp(1.2rem, 2vw, 2rem) !important;
}
Hello Thanks for the help so that code helped for the font that is with sale picture bellow

But others are still big sadly
![]()
Oh and also in Desktop Format text which was with sale got bigger
Hi @Irakli23 ,
Please replace the code with the code below instead
.price__container {
font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
}
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.
Thanks so much it helped it does not overwhelm the screen now really appreciate your assistance
Can you help me?