Viewing 1 replies (of 1 total)
  • Hi,

    We can make this by adding small line of css on mobile devices where the responsive menu is visible.

    @media only screen and (max-width: 768px) {
    .menu-item ul.sub-menu {
    display: block !important;
    }
    #wprmenu_menu .wprmenu_icon_par {
    display: none;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Dropdown Not Just The Triangle.’ is closed to new replies.