Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1072764
    bazzjazz
    Participant

    Hi – The main menu is appearing and working fine, however when I narrow the screen, the main menu disappears but the mobile menu does not appear in its place.

    Can you tell me where in the settings I can check this please?

    Thanks for your assistance.

    Barry

    #1072768
    bazzjazz
    Participant

    Forgot to say WordPress version 4.5.2 and X version is 4.4.2

    #1072770
    bazzjazz
    Participant
    This reply has been marked as private.
    #1072792
    bazzjazz
    Participant

    Hi – Checking it out further and I can see the mobile icon is there, entered under the logo but is white in colour on a white background, hence I couldn’t see it.

    Can you tell me how do I change the colour of the icon and can I change the breakpoint where the menu changes?

    Thanks.

    Barry

    #1072803
    Paul R
    Moderator

    Hi Barry,

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

    
    @media (max-width: 1137px) {
    body .x-navbar .x-btn-navbar {
        color: rgb(155, 64, 63);
        display: inline-block;
    }
    
    body .x-navbar .x-nav-wrap.desktop {
        display:none;
    }
    
    body .x-navbar .x-nav-wrap.mobile.collapse.in {
        display:block !important;
    }
    }
    

    You may change 1137px to change the breakpoint.

    Hope that helps.

    #1074453
    bazzjazz
    Participant

    That worked great, many thanks for your help.

    Barry

    #1074527
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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