Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Uplift
  • #287144
    Amber Needler
    Member
    Post count: 117

    Hi,

    Is there a way to have the top bar above the navigation bar to appear on mobile and ipad too?

    Thanks,

    Amber

    #287154
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    
    @media screen and (max-width: 767px) {
    #mobile-header {
        position: absolute !important;
        top: 75px !important;
    }
    .mhs-tablet-land .header-wrap, .mhs-tablet-land #top-bar, .mhs-tablet-land #top-bar-sticky-wrapper {
        display: block !important;
    }
    #top-bar-sticky-wrapper {
        position: absolute;
        z-index: 111;
        top: 10px;
    }
    }
    

    Thanks
    Mohammad

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

You must be logged in to reply to this topic.