Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1100734
    M Irfan
    Participant

    Dear Themeco,

    I am trying to use UberMenu in my site but:
    1. the NavBar search appears off-place, below the ubermenu
    2. there is a gap between the ubermenu and the bottom of my header, so hovering the menu makes the pop-up box covers my sitename/logo

    Would you be able to provide some styling help to integrate the ubermenu correctly? I will provide site details.

    Thank you.

    #1100735
    M Irfan
    Participant
    This reply has been marked as private.
    #1100800
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    #1. You can add this under Custom > CSS in the Customizer.

    .menu-item.x-menu-item.x-menu-item-search {
      display: inline-block;
      margin-right: 10px;
      margin-top: 12px;
    }

    #2. Use this :

    nav.ubermenu-main {
      margin-top: 15px;
    }

    You can change the value to reduce the spacing if needed.

    Cheers!

    #1101412
    M Irfan
    Participant

    Hi Rupok,

    Thank you, it works as intended in desktop view. However it still doesn’t show correctly in mobile view. Would you be able to help?

    Best regards

    #1101429
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    
    @media screen and (min-width: 979px) {
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-level-0 {
        width: 33%;
    }
    
    .menu-item.x-menu-item.x-menu-item-search {
        margin-left:20px;
    }
    }
    

    Hope that helps.

    #1101435
    M Irfan
    Participant

    Hi,
    Thanks for the reply.
    I tried it on Safari in iOS but the menu still covers my site logo/name. Any help?

    Best regards

    #1101455
    Christopher
    Moderator

    Hi there,

    Please add this code :

    @media (max-width:979px){
    .ubermenu-skin-vanilla-bar.ubermenu-responsive-toggle {
        overflow: hidden;
    }
    a.x-brand.text {
        width: 100%;
        display: block;
        text-align: center;
    }
    }
    

    Hope it helps.

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