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

    I have a <h1> headline. And the screen option “Font Size for very small screens” is 12px.
    But it does not work for iPhone · width: 375px .
    How can I sove it?
    Best regards
    Alfred

    #904945

    Hi Alfred,

    Could you please create WP admin logins and post them here privately with a link of your page where we can see the issue?

    Regards,
    Yigit

    #904949
    This reply has been marked as private.
    #904975

    Hey!

    Could you please try using Special Heading ( Spezielle Überschrift ) element instead? You are currently using a text block and it changes the font size for P tagged elements.

    Alternatively, you can go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your text block element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 480px) {
    .my-custom-class h1 { font-size: 12px !important; }
    .my-custom-class h2 { font-size: 10px !important; }}
    

    Cheers!
    Yigit

    #904996

    Hey!
    Special Heading works until I give the „text-align: right“ tag. Than it does not work.
    But the “my-custom-class” works great!
    Thank you
    Alfred

    #905449

    Hi Alfred,

    Glad that it works, let us know if you still need further assistance.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.