This topic has 8 replies, 2 voices, and was last updated 10 years by Radu.

  • Author
  • #81699

    Hi there,

    How I can disable the mobile menu?
    I have removed the viewport entry from header, but for menu I need to disable it too!

    Thanx 🙂

    #81904
     Radu
    Moderator

    Hi,

    You want to hide the entire menu for mobile users ?

    Regards

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #81905
     Radu
    Moderator

    Provide url to please.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #81995
    #82060
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .kleo-mobile-switch { display: none; }
    

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #82086

    Hi there – it seems it does not work – dissapears the menu totally

    #82226
     Radu
    Moderator

    Hi,

    Yes.. can you please provide more details regarding to “How I can disable the mobile menu?”

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #82232

    Hi again 🙂

    Sorry for not being clear enough – need to have the normal menu instead of mobile…

    #82369
     Radu
    Moderator

    Hi,

    Ok, i understand now 😀

    COPY CODE
    
    @media (max-width: 991px){
    .kleo-main-header .navbar-collapse.collapse { display:block !important; }
    }
    ul#menu-mars-search li {
        float: left !important;
        width: auto !important;
        display: inline-block !important;
    }
    
    ul#menu-mars-search li a {
        width: auto !important;
        float: left !important;
    }
    
    .kleo-mobile-switch { display: none; }
    

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?