• Resolved mnhari

    (@mnhari)


    Hello,

    In my website, the submenu doesn’t working.

    Can you help me please ?

    My website : creasutra.fr

    Thanks !!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Your theme css is overriding the submenu css.
    Add the code below to the custom css option in General Options of WP Mobile Menu

    .show-nav-right .sub-menu {
        opacity: 1;
        visibility: visible;
    }
    .show-nav-right .sub-menu li {
        border-bottom: none;
        line-height: 33px!important;
    }
    .mobmenu_content #mobmenuright .sub-menu a {
        line-height: 24px;
        height: 44px;
    }

    Let me know if it worked.

    -Takanakui

    Thread Starter mnhari

    (@mnhari)

    Thanks it’s working !

    Plugin Author Rui Guerreiro

    (@takanakui)

    Glad it’s working.

    If you’re enjoying WP Mobile Menu, rate and review the plugin to spread the love!
    Thanks

    -Takanakui

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Submenu don’t working’ is closed to new replies.