New Landing How can we help? Cardinal Mobile header size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #209136
    liska
    Member
    Post count: 7

    Hi,
    I have strange problem with size of mobile header. Please can you look at that.

    Thanks!

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

    Hi

    Add this to your custom css:

    .mh- #top-bar-sticky-wrapper {
      display: none;
    }

    – Kyle

    #209361
    liska
    Member
    Post count: 7

    Thanks, it works.
    But, now i can’t see top bar in desktop mode.

    #209463
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry, change it to

    @media only screen and (max-width: 479px) { 
    #top-bar-sticky-wrapper {
      display: none;
    }
    }

    – Kyle

    #209763
    liska
    Member
    Post count: 7

    Thanks, now it works correctly

    #209766
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

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