Loading...
 
Skip to main content

Features / Usability


Superfish Menu Dropdown Accordion style

posts: 24 United States

I'm working on changing up the way our site looks when viewed on a mobile device. I have a menu module that is visible only on smaller screens. The menu uses the superfish style where the "dropdown" flies out horizontally. Being viewed from a mobile device this looks a little odd. Is there a way to have the menu dropdown in an accordion style, where the child items are displayed directly below the parent and push the other menu items down?
TikiWiki v17.1

posts: 4664 Japan

If you designate the menu a Bootstrap type rather than Superfish/CSS type, it will have that accordion behavior. The downside is that Bootstrap menus support only one level of child items, because the Bootstrap framework authors think having more than one is bad navigation design.

-- Gary