Hi,
On my website I see a different line-height in the blog vs pages. When I inspect the text both are set to 1.5em. How can they be different, or how can I force them to the same line-height? In the private content you will find 2 url’s to the specific pages.
Regards,
Erwin
Hey erwin_m,
Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
#top .main_color p {
line-height: 1.5em !important;
}
The !important will overwrite any rule.
Best regards,
John Torvik
Hi John,
Adding #top .main_color did it. Thank you. You can close the topic
Regards,
Erwin