Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #293185

    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.

    #293480

    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

    #294143

    Thank you Yigit,
    Your code works perfectly, I believe it would be suitable for similar problems.

    Best regards,
    Enrico.

    #294384

    Hey!

    You are welcome Enrico, glad we could help :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Heading title cutter off – responsive mode’ is closed to new replies.