• Resolved kateshields

    (@kateshields)


    I have some long post titles on my website, and right now the second line overlaps the first. I am trying to figure out how I can get the titles to wrap onto a second line using custom CSS. I’m new to CSS and the Neve theme – and am not sure how to refer to the title in my CSS. This is what I have so far – suggestions would be welcome!

    .single-post .entry-title {
    overflow-wrap: normal;
    }

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

Viewing 1 replies (of 1 total)
  • Hi @kateshields!

    Thanks for choosing Neve!

    Please insert the code below in the Additional CSS section within the Customizer. Feel free to change the lineHeight value until you achieve the style you want.

    @media(min-width: 960px){
    .single-post .title.entry-title {
        --lineHeight: 40px !important;
    }
    }

    Have a nice day!

Viewing 1 replies (of 1 total)

The topic ‘Wrapping post title’ is closed to new replies.