Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1328223
    quituck
    Participant

    Hi,
    I’m using Uber menu and I have a couple of questions.

    1.) Do you know how I can change the spacing between the navigation tabs?
    2.) Do you know how I can move my logo to the left corner and text to the right?

    Please see the image attached for reference.

    Thank you

    #1328225
    quituck
    Participant
    This reply has been marked as private.
    #1328361
    Paul R
    Moderator

    Hi,

    1. Add this in Custom > Edit Global CSS in the customizer.

    
    .x-navbar .ubermenu .ubermenu-target {
        padding-left: 15px;
        padding-right: 15px;
    }
    

    Change 15px to adjust spacing

    2. Add this in Custom > Edit Global CSS in the customizer.

    
    .x-navbar .x-container.max {
        max-width: 1200px;
    }
    

    Change 1200 to adjust width

    Hope that helps.

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