Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1119850
    paulafalovic
    Participant

    Hi there,

    my site with your theme is here:

    home

    I have a few sub menu items under ‘classes’ which work fine on the desktop site – but on the mobile when you open the sublinks and try to scroll about, it is all buggy and gets sticky to touch. you can’t easily navigate the other links once they are open. people have said they can’t navigate it on their mobiles. is there something I can do to improve the submenusfor the mobiles?

    thank you very much for your help

    let me know if you need any login details

    thank you
    paula

    #1119981
    Christopher
    Moderator

    Hi there,

    The reason why x has disabled fixed menu on mobile devices is that to prevent issues such as the one you have.
    Please remove this code to fix the issue :

    @media (max-width: 979px){
    body .x-navbar-fixed-top {
        position: fixed !important;
    }
    }

    Thanks.

    #1120208
    paulafalovic
    Participant

    thank you,
    I’ve taken it out now. someone else here told me to add it to keep the menu in a fixed position at the top for mobiles, so hopefully that will be ok without it. It seems to be as I just tried it, so not sure where I went wrong last time but glad it is working,
    thank you : )

    #1120618
    Rad
    Moderator

    You’re welcome! Maybe it’s overridden by another CSS.

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