Hi dear fellows of support team,
I’m trying to set a heading with 70px size, but in responsive mode in my iphone the heading word “Consultoria” is cutted off in the last 3 letters. Tested on my iPhone 4s browser (safari).
How can I fix that?
In normal PC browser looks fine.
Thank you very much for your time.
Enrico.
Hey icodemarchi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to decrease the font size on screens smaller than 480px
@media only screen and (max-width: 480px) {
body .av-special-heading .av-special-heading-tag {
font-size: 38px;
}}
Best regards,
Yigit
Thank you Yigit,
Your code works perfectly, I believe it would be suitable for similar problems.
Best regards,
Enrico.