Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1040884
    Bikul
    Participant

    Hello,

    I use Uber Menu and have a Submenu “Portfolio” which is like a Mega Menu showing images. This is full width which is fine.
    But I want for the other Submenus no Mega Menu, just a simple one.
    I do not know where I am wrong. Can you help?

    As the site is not visible for the public yet I give you login credentials in the next private message.

    #1040887
    Bikul
    Participant
    This reply has been marked as private.
    #1041252
    Paul R
    Moderator

    Hi,

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

    
    .x-navbar li.menu-item-228 {
        position:relative;
    }
    
    .x-navbar li.menu-item-228 ul.ubermenu-submenu{
        width:auto;
    }
    

    Hope that helps.

    #1056433
    Bikul
    Participant

    Hi Paul,

    sorry for the late reply. I added your custom CSS, but it had no effect…

    #1056713
    Nabeel A
    Moderator

    Hi again,

    Replace the previous code with this one:

    .x-navbar li.menu-item-228 {
        position: relative !important;
    }
    
    .x-navbar li.menu-item-228 ul.ubermenu-submenu{
        width: auto !important;
    }

    Let us know how this goes!

    #1059278
    Bikul
    Participant

    Hi Nabeel,

    sorry, but it is the same problem.

    #1059284
    Thai
    Moderator

    Hey There,

    The submenu looks fine on my end:

    http://i.imgur.com/hPkwg48.png

    Please clear your cache and try again?

    Thanks.

    #1059288
    Bikul
    Participant

    Hi Nabeel,

    sorry, but I solved it myself in the UberMenu configuration

    #1059290
    Thai
    Moderator

    Glad you’ve sorted it out.

    If you need anything else please let us know.

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