Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1161502
    spencerdauphin
    Participant

    Hi there,

    We have installed Uber menu to be used with Integrity and are just having a few issues with the mobile view.
    I have managed to re insert the hamburger (thanks to some code from a previous thread) thank you, but re stuck on a couple of bits.

    1/ The background of the main navbar is set to transparent, can I set this not to be the case on mobile view? So that it matches the next level down?

    2/ We’re unable to scroll down to the bottom items on the second level menu – which also includes a contact form on one of the tabs – how can I set this to be work?

    Will send you site login details in a private message.

    Thanks in advance!

    #1161504
    spencerdauphin
    Participant
    This reply has been marked as private.
    #1161537
    Christian
    Moderator

    Hey there,

    Please set your Responsive Columns (Tablet) to 1 column (see attachment). And, set sub-menu related setup in Position & Layout (especially the Mega Submenu Max Height so submenus taller than this will get a vertical scrollbar) and under Submenu tab (see attachment). See https://community.theme.co/kb/integrated-plugins-ubermenu/ for UberMenu usage instructions.

    For the background, please add code below in your Appearance > Customize > Custom > Global CSS

    @media screen and (max-width: 959px) {
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu {
        background: #25addd;
    }
    }

    Thanks.

    #1161580
    spencerdauphin
    Participant

    1/The background code works, thank you – what do I add to give this the same black border?

    2/I have set the submenu max height to be 60px and this is still not working?

    #1161601
    spencerdauphin
    Participant

    I cannot check the ‘allow submenu scrolling’ box as this messes up the settings throughout…

    #1161645
    Christian
    Moderator

    1/ Please add border: 1px solid black; to the code.

    2/ We’re sorry but allowing submenu scrolling is the only way for the submenu to scroll. Otherwise, this would need a custom solution which is outside the scope of our support.

    Thanks.

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