It looks like this module only works if I use the provided block: "Responsive Navigation 1."
My site is using a block provided by the superfish module as its main menu. I can't apply this to my existing superfish menu, or some other menu_block, correct?

Comments

jrabeemer’s picture

Right, the module generates a new menu block separate from the superfish block.

Place both blocks in the same block region. With the superfish menu, hide the responsive menu with CSS, then code some css that is hides the superfish menu at the responsive breakpoint and unhides the responsive menu block.

The JS library is loaded if the module is enabled. For advanced users, you could create your own DIV tags and a menu inside it and bypass the block this module provides.

jrabeemer’s picture

Status: Active » Closed (fixed)