logo size when scrolling

  • Posted in : TheBlogger
  • cali75
    Participant

    Hello,

    How can I make the size of the logo bigger. When scrolling the logo is extremely small

    https://radarq.net/

    Thanks you so much.
    Best regards
    c

    serkan
    Moderator

    Hi, Please go to appearance > customize > site identity > increase your logo size and save it.
    Thanks

    cali75
    Participant

    Hello Serkan,

    The problem is when scrolling. The primary logo turns into a smaller one, and that’s ok, the problem is that this is too small.

    I tried this css code:

    @media screen and (min-width: 992px)
    .is-header-row.is-menu-sticky .site-header.smaller .site-title img {
    max-height: 60px !important;
    }

    But it didn’t work.
    If you need my credentials to access just let me know.

    thanks,
    c

    serkan
    Moderator

    Hi,
    You forgot the add brackets after the media quary.

    @media screen and (min-width: 992px) {
    .is-header-row.is-menu-sticky .site-header.smaller .site-title img {
        max-height: 40px;
    } }

    Thanks

    cali75
    Participant

    =)

    thanks!
    best regards!
    c

    serkan
    Moderator

    You are welcome.

Viewing 6 posts - 1 through 6 (of 6 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