Site logo

Archived topic

footer menu sub-menu collapse?

3 replies · Started by Matthias on September 20, 2018

Viewing posts 1–4 of 4

hi the footer menu has some sub items but i prefer it to collapse when clicking or scrolling on webdesign for example. Is this possible ?

Hi there,

Unfortunately there isn't anything default that will build something like that.

I believe it will require quite a bit of custom coding as well.

The submenu is currently inline because of this CSS you've added though:

.footer-widgets .widget_nav_menu li {
    float: left;
    margin-right: 15px;
}

Otherwise they should stack on top of each other.

Let me know if this helps :)

yes i know. I dont want it to stack on top of each other. Oke thats unfortunately. I prefer a small footer menu where the submenu can collapse when clicking on it (just like a main navigation menu).

This archived topic is closed to new replies.