Format dropdown menu as horizontal

I’m wondering if there’s a way to change the design of a dropdown menu, so it ads a second layer of menu items horizontally: with one item after the the other, instead of the items underneath each other?

Bootstrap 'drop downs" give you only 2 options: “drop-down” and “drop-up”. I you wish to to have and horizontal drop-down you would need to use some custom attributes toggle/target and add some javascript.

More info about bootstrap drop-downs here:

1 Like