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

    pemanent link is too long as picture, how to change it to two lines?

    #1207145

    Hey yundian,

    Can you give us a link to the page in the screenshot? so we can try to inspect further

    Best regards,
    Nikko

    #1207191

    like this link page

    #1207346

    Hi yundian,

    Thanks for giving us the link, can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #h1.main-title.entry-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 450px;
        max-width: 100%;
    }

    Just adjust the width value.
    Hope this helps.

    Best regards,
    Nikko

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