Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #551211

    Hi,

    I’m trying to create a single page site which won’t have a menu. While I can hide the main menu easily on a desktop browser using the following code…

    
    nav.main_menu {
        display: none!important;
    }
    

    I’m unable to hide the menu icon and menu when viewing the site from a mobile device (responsive mode). Any suggestions on the css to remove the menu?

    Thanks

    #551279

    I’ve gotten a little further, I’ve managed to remove the icon but I can’t get the logo to centre on the page, it sits slightly to the left as if the menu was still there:

    
    #advanced_menu_toggle {
        display: none!important;
        width: 0px;
    }
    
    #551946

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #552034
    #552075

    Hi!

    Please add following code to Quick CSS

    .container #advanced_menu_toggle, #advanced_menu_hide { display: none !important; }

    If that too does not help, please create a temporary admin login and post it here privately.

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.