Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1147224
    tmorrison
    Participant

    Hi there,

    When I view our site from my iPhone6s the main menu is only visible at the top of the page. Is there a way to access the menu without having to scroll to the top of the page?

    This is our site: http://cmtgroup.tmdhosting610.com/

    Thanks,

    – Tammy

    #1147513
    Lely
    Moderator

    Hello Tammy,

    Please try adding the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    @media (max-width: 979px){
    .x-navbar-fixed-top{
       position: fixed;
    }
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 90px;
    }
    }

    Hope this helps.

    #1148171
    tmorrison
    Participant

    Thank you, that worked well, with only one exception. The menu in the widget area didn’t come with it.

    Is it possible to include that as well?

    – Tammy

    #1148410
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer:

    @media screen and (max-width: 979px) {
    .x-btn-widgetbar {
        position: fixed !important;
    }
    }

    Let us know how this goes!

    #1148595
    tmorrison
    Participant

    Perfect! Thank you.

    – Tammy

    #1148665
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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