Tagged: line height
I am at the finish line in my clients blog -based site. Now they want the headline margins and line heights to be smaller and i agree. How to do that in Enfold settings?
Hey pikkuapuri,
Could you post a screenshot highlighting your intentions please?
Best regards,
Rikard
Hi,
Thanks for that, but that looks like the URL that you posted in your first message? I’m not sure exactly what you would like to achieve, that’s why I asked for a screenshot highlighting your intentions.
Best regards,
Rikard
Hi,
Thanks for that. Please try this in Quick CSS:
.html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
line-height: 20px;
}
Best regards,
Rikard
It did the trick. Thank you very much :)