How to make a collapsible(Accordion) footer menu for mobile please?

how to make a collapsible(Accordion) footer menu for mobile please?

Hello @Shawn512 ,

There are 2 ways:

  1. With the help of media queries you can add additional css or the footer menus and make them accordion.
  2. Add new accordion menu and with the help of media queries hide desktop version and display the newly created.
    For accordion you can follow this example.

Thanks