Home › Forums › Support › Increasing the line height of blog title This topic has 5 replies, 2 voices, and was last updated 3 years, 7 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 19, 2018 at 6:26 pm #705542 Sumit Hi can you please help me with css so I am able to increase the line height of for blog title, for both mobile and desktop. GeneratePress 2.1.4GP Premium 1.7.2 October 19, 2018 at 7:03 pm #705550 LeoStaff Customer Support Hi there, Line height setting should be included in Customizer > Typography > Headings > h2. If you want specific setting on mobile, this should work: @media (max-width: 768px) { h2 { line-height: 1em; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 19, 2018 at 7:29 pm #705558 Sumit thank you. Can you please tell me how I can add this line on my blog, both on homepage as well as blog posts. http://prntscr.com/l86n7z Thank you. October 19, 2018 at 9:18 pm #705585 LeoStaff Customer Support Can you open a new topic for the separate question and link me to the example page? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 20, 2018 at 6:09 am #705770 Sumit done. https://generatepress.com/forums/topic/add-a-line/ October 20, 2018 at 10:13 am #705982 LeoStaff Customer Support Awesome ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In