Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1024843
    nerdicesaz
    Participant

    Hi,

    I’m having some problems to figure out how to solve this on ubermenu.
    As you can see, looks like it is inside a container (i really don’t know) and i’m not able to solve it.

    Help please!

    Sorry for my bad english.

    #1025257
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .ubermenu .ubermenu-nav a {
        margin-right: 15px !important;
    }

    Thanks.

    #1026019
    nerdicesaz
    Participant

    Thanks! Works perfectly!

    Both now i’m having another problem. The menu on mobile is duplicated 🙁

    Help again!

    #1026525
    Christopher
    Moderator

    Hi there,

    Please add this :

    @media (max-width:979px){
    .x-nav-wrap.mobile.collapse {
        display: block !important;
        height: auto !important;
    }
    a.x-btn-navbar {
        display: none !important;
    }
    }

    Hope it helps.

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