• Texts in the heading of posts cut instead of dropping entire words to next lines. For example,

    1) On homepage

    “Jacob Unekwu Agad
    a’s Amongst the Dea
    d, a review by Ubaji I…”

    2) On the post itself

    “Jacob Unekwu Agada’s Amongst the Dead, a review by Ubaji Isiaka Abub
    akar Eazy”

    How can this splitting of text be resolved?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author themeinwp

    (@themeinwp)

    Hi @memorila

    Thank you for using our theme.

    You just can add the following CSS to your Customizer -> Additional CSS section

    .twp-post .twp-description .twp-articles-title h3 a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        line-clamp: 9;
        -webkit-line-clamp: 9;
    }

    Thank you

Viewing 1 replies (of 1 total)

The topic ‘Texts split on posts headings’ is closed to new replies.