Mobile Site Menu Drop Down

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28923
    Steve Fox
    Participant

    My mobile site menu drop-down list has disappeared. How do I get it back? I am using the plugin Sticky Menu (or Anything!) for my desktop menu because I have a one-page site. I want to use the simple square looking thing as a drop down for my mobile.

    http://www.crossfitkali.com

    Thanks,

    Steve

    #28946
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
     #mobile-menu-toggle {
        z-index: 100000 !important;
    }}
    
    #28957
    Steve Fox
    Participant

    Thanks, that put it on there. How do I have that stay sticky while I scroll down the page? I want to remove the Contact Us and Timing icons that are under the Logo. They are in the way and not needed.

    Thanks,

    Steve

    #28962
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
    #contact-header {
        display: none;
    }
    #header.sticky {
        position: fixed !important;
    }
    #mobile-menu-toggle {
        position: fixed;
    }}
    
    #29004
    Steve Fox
    Participant

    That was able to remove the contact header but the menu bar and header do not flow down the page when I scroll.

    #29029
    Raghavendra
    Moderator

    I checked your site and I see that the menu bar and the header logo does display at the top when you scroll down. Is this fixed or am I not getting your query this right?

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.