Comments Ben started the conversationApril 8, 2015 at 12:48amWhen 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,849Tahir repliedApril 8, 2015 at 4:19pmHey ,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 Sign in to reply ...
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?
Hey ,
Thanks
ThemeNectar Support Team