Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #496129

    …the headlines are not shown in a whole on the smartphone, even if I choose the “standard size”. If the headline is “Veranstaltungen” for example it just shows “Veranstaltun” on the mobile version.

    What can I do here?

    Best from Jennifer

    #496455

    I have the same problem, hope you can help!

    • This reply was modified 9 years, 3 months ago by agme.
    #496514

    Hi!

    Can you please post the link to your website Jennifer?


    @agme
    We need a password to see your site. Also, thread creator is able to see your private content. If you mind, please create a new thread.

    Cheers!
    Yigit

    #496518

    Oh sorry, I forgot. See the password attached.

    #496533

    Hi!


    @agme
    Can you please point out the text that is not responsive?

    Regards,
    Yigit

    #496541

    Yes, no problem, see attached.

    #496592
    #496888

    Hi,


    @agme
    , please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    h1 {
        font-size: 26px;
    }
    }


    @JVW234
    , I couldn’t see anything cutting off or the word Veranstaltungen on you home page, on what page can we see the problem?

    Regards,
    Rikard

    #496971

    Thanks for your help. It improved a little, but somehow, on the attached page, the last word “stuck” doesnt seem to be willing to move to the next row. How can that be?

    #497333

    Hi,
    it is on every page with longer headlines – on an iphone of my friend and on my android as well. Please see the cutting in the screenshot in my dropbox…

    I tried the code you posted for amge, but it didn’t help.

    #498221

    Hi!

    The word-break property is not set. Try to use this in the Quick CSS field:

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        word-break: break-word;
    }

    Cheers!
    Ismael

    #498261

    Thank you! There is only the way of letting the words break, right? No chance to show it on one line and just to reduce the size?

    Best Jen

    #498771

    Hi!

    The titles’ are a bit long so decreasing the font size is not a good option. If you want to try it, add this:

    @media only screen and (max-width: 767px) {
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        font-size: 11px !important;
    }
    }

    Cheers!
    Ismael

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