Okay
  Public Ticket #1732564
Title Leading
Closed

Comments

  •  2
    erica started the conversation

    Just noticed that title leading gets very tight when the browser window is narrow and the two lines of type crash into into each other — please see screenshot attached.  How do I correct this?

  •  1,799
    Support replied

    Hi Erica,

    You should specify a line height for a specific screen width:

    @media only screen and (max-width: 767px){
    #main-title {
        line-height: 40px;
    }

    }

    in  theme options -> styling options -> custom CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    erica replied

    Hmm, I added that but it didn't work. Noticed we have similar coding in the beginning of the custom CSS so I tried adjusting the line height in several places but none of those worked either. Changed everything back to how it was originally, could you take a look?

  •  1,799
    Support replied

    Hi Erica,

    I see in custom css  line-heignt instead of line-height

    I think this is the problem.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    erica replied

    Great catch, that did it. Thank you!