• Resolved basmakhanjar

    (@basmakhanjar)


    I love this awesome plugin.
    I am only having one problem that the original menu is still showing on mobile and am not sure what code to enter in thing to hide in mobile.
    I tried #menu / #menu-1 / #main-menu / #navigation and few others but nothing worked.
    This is my website
    http://www.chpcars.com
    what is the code I should enter and how can we know it without bothering asking for every website 🙂

    Thanks a lot

    https://wordpress.org/plugins/wp-responsive-menu/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter basmakhanjar

    (@basmakhanjar)

    I figured it out. it’s the name of the CSS class for the main menu.
    Thanks for this wonderful and easy to use Plugin

    In my case the menu class was .menu

    so I simply added to style.css `@media screen and (max-width: 480px) {

    .menu {display:none;}`

    oops closing bracket might help

    @media screen and (max-width: 480px) {
    
    .menu {display:none;}
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Both menus are showing’ is closed to new replies.