Hello,
I changed the font size of one specific element (Blog Posts / Beiträge) adding a custom css class. The font size is good, but the space between the lines (on mobiles not): https://www.dropbox.com/s/e6idlnmolrzgph6/Image-1.jpg?dl=0
—-
.Wissenselement
#top h1 a, #top h2 a {
font-size: 24px; !important;
}
—–
Can You please help?
Best Regards
Wolfgang
Hey WolfgangEmmer,
Thank you for using Enfold.
Try to adjust the line-height property.
#top h1 a, #top h2 a {
font-size: 24px; !important;
line-height: 1.5em;
}
Wrap it inside a css media query if you want to specifically apply it to mobile devices or certain screen size.
Best regards,
Ismael