Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1104057
    chris-w
    Participant

    So I am having a few issues with the ‘responsive menu’ Previously I wanted to remove the white line above and below the UBER Menu which I managed to do with the help of someone here with this snippet of code.

    .x-navbar {
       border: 0 !important;
    }
    
    .x-navbar-fixed-top-active .x-navbar-wrap {
    margin-bottom: 0 !important;
    }

    But now every time the page compresses at a certain width the revolution slider gets pushed down and the menu sits on top of it vertically instead of floating on top as it does when viewing in full screen mode.

    Not 100% sure what I’ve done but its driving me crazy! How do I get the mobile Menu and the tablet size menu to stay in the same position as the full width one instead of pushing the page down?

    #1104058
    chris-w
    Participant

    the page in question can be seen here http://goo.gl/SASfy0

    #1104620
    Christopher
    Moderator

    Hi there,

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

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: auto;
    }
    @media (min-width:979px){
    .x-slider-container.below {
        margin-top: -57px;
    }
    }

    Hope that helps.

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