[Support request] footer menu sub-menu collapse?

Home Forums Support [Support request] footer menu sub-menu collapse?

Home Forums Support footer menu sub-menu collapse?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #682033
    Matthias

    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 ?

    #682334
    Leo
    Staff
    Customer Support

    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 🙂

    #682446
    Matthias

    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).

    #682448
    Leo
    Staff
    Customer Support

    On a second thought, you could try Tom’s suggestion here using the secondary navigation if you aren’t already using it:
    https://generatepress.com/forums/topic/secondary-menu-below-the-whole-page/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.