Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1067698

    hi Enfoold team!

    Die Titel mit langen Wörtern sind in der mobilen Ansicht zu groß und sprengen wortwörtlich den Rahmen. Die gewünschte Option (flexible Schriftgröße – passt sich der Bildschirmbreite an) ist leider nicht auswählbar.

    Was kann ich tun?

    Anbei die screenshots

    #1068022

    Hey Eike,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1068376

    sure
    in this article you can see the problem once you change to mobile view.

    • This reply was modified 5 years, 9 months ago by Eikordo.
    #1069859

    Hi,

    Thanks for the update.

    Use this css code to adjust the font size of the h1 element on mobile view.

    @media only screen and (max-width: 767px) {
    .av-special-heading-h1 h1 {
        font-size: 18px;
    }
    }

    Best regards,
    Ismael

    #1073810

    Hi Ismael.
    Thanks for the reply.
    The code worked for my h1 and h2 issue.

    Thanks a lot!

    keep it up!

    #1074166

    Hi,

    You’re welcome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Titel in mobile-view zu groß – flexible Größe nicht wählbar’ is closed to new replies.