elisasunga Posted September 9 Share Posted September 9 Hi there, I am working on the blog section of my website. When viewing it on mobile, the blog post list spacing is a bit off. I'd like to adjust: Can I reduce the spacing between the metadata (date, blog recipe) and title so that it is closer together? How can I adjust the line height of the title so that there isn't so much space when the titles are long? Link to comment
elisasunga Posted September 9 Author Share Posted September 9 I was able to fix it using this code: @media screen and (max-width: 767px) { .blog-title { line-height: .6 !important; } } Link to comment
tuanphan Posted September 10 Share Posted September 10 Did you solve both or still need help with first problem? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment