Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1119847

    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

    #1120170

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.