Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1332475
    BradleyB
    Participant

    Hi,

    When the nav button is pressed on desktop (between 1013px and 736px), the dropdown pushes the slider and page content down. I would like the menu to simply drop down over the page content ( like it does below 736px). Is this possible? Thanks!

    #1332476
    BradleyB
    Participant
    This reply has been marked as private.
    #1332564
    Jade
    Moderator

    Hi Bradley,

    Please add this code:

    @media (min-width: 736px) and (max-width: 1013px) {
        .masthead.masthead-inline {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 99;
        }
    }

    Hope this helps.

    #1333660
    BradleyB
    Participant

    Thanks for the reply. I added the code, but it did not change anything.

    #1333739
    Rupok
    Member

    Hi there,

    Thanks for writing back. I have checked and the code seems working fine. Let’s check again on the certain screen size after clearing your browser cache.

    Cheers!

    #1333745
    BradleyB
    Participant

    Hi, thanks for the reply.

    I did clear my cache. The problem is still there. Between those resolutions, the menu pushes the slider and page down, rather than dropping down over it. I’ve attached a picture. The image on the left shows how it currently works, and the iamge on the right shows how I would like it to work on all resolutions.

    How can I change this? Thanks so much!

    #1333750
    BradleyB
    Participant

    picture attached

    #1333799
    Rupok
    Member

    Hi there,

    Thanks for writing back. Not sure why it’s not working on your end. I have tested with multiple browser and here goes a screencast on my end – http://recordit.co/tV8EdNJ5cR

    Cheers!

    #1334000
    BradleyB
    Participant

    Thanks for getting back to me.

    The problem only exists below 979px on desktop. It works fine above that.

    Thanks!

    #1334510
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    @media (max-width: 979px){
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 63px;
    }
    }

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1332475 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>