• Resolved Jonathan

    (@bionicsquid)


    Great plugin Peter, thank you. I’m wondering about how to have my primary nav not show its submenu items but having the submenu show when in responsive mode and using your plugin. Should I create two menus for these two purposes or can I tweak CSS to do this? I know I can hide the submenu using display:none but then how would I show it in responsive mode?

    Thanks again.

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

Viewing 1 replies (of 1 total)
  • Hi BionicSquid,

    You could have it show again in responsive mode using media queries.

    The plugin itself uses the following:

    @media only screen and ( min-width : 0px ) and ( max-width : [breakpoint-width]px ) { 
    
    }

    You could then use the same in your styles.css file and show the submenus again.

    Any questions let me know.

    Peter

Viewing 1 replies (of 1 total)

The topic ‘Dedicated menu for submenu display?’ is closed to new replies.