Okay
  Public Ticket #409412
Article headline line-spacing too much in mobile view
Closed

Comments

  • Ben started the conversation

    When looking at my blog page on a mobile device the line spacing of the article titles are pretty big (45px). I changed that in the Typography settings which looks good on desktop but is carrying over for mobile.

    How can I make the mobile line spacing smaller?

  •  8,849
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (max-width: 690px) {
        .container article.post .post-header h2 {
            line-height: 1.5em !important
        }
    }

    Thanks



    ThemeNectar Support Team