Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1197530
    highlandadventures
    Participant

    how to set up the uber menu to be full screen wide…please see http://www.galapagos.tours…you will notice the white space on each side…also, how to move the name highland adventures onto the same line as the menu? tks.

    #1197882
    Darshana
    Moderator

    Hi there,

    You have the following custom CSS rule.

    
    .x-navbar .x-brand {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    

    Please change it as follows.

    
    .x-navbar .x-brand {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    

    To remove the white-space below, please add the following CSS rule into your Customizer, Custom > CSS area.

    
    .x-navbar {
        border-bottom: medium none;
    }
    

    Hope that helps.

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