New Landing How can we help? Themeforest Theme Support Uplift Image banner: Typography and responsive behaviour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #270034
    karinform
    Member
    Post count: 21

    Hi!

    Questions about the hover appearance in Image banner:

    Typography’s line height
    When I set the size and Line Height in H4, the size works but not the line height.
    The line heights is too big. Is it possible to solve?

    Typography at smartphones
    The typography set in image banner doesn’t work responsive. Since I want “big” text, only one letter is visible on little screens like smartphones.

    Thank you,

    Karin

    Attachments:
    You must be logged in to view attached files.
    #270044
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    For figcaptions (overlays) it is set to 160% of the font, to change it add this to your custom css:

    figcaption .thumb-info h3, figcaption .thumb-info h4, figcaption .thumb-info h5 {
      line-height: 120%!important;
    }
    @media only screen and (max-width: 479px) { 
    figcaption .thumb-info h3, figcaption .thumb-info h4, figcaption .thumb-info h5 {
      font-size: 28px;
    }
    }

    – Kyle

    #270055
    karinform
    Member
    Post count: 21

    Wow, you’re fast and great ๐Ÿ™‚ It worked perfectly!

    All the best,

    Karin

    #270062
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register