with the vanilla template, I created a footer menu in the "footer1" position but it displays the menu items vertically instead of horizontally (see attachment). thank you
Hi Giacomo,
Unfortunately, there is no vertical layout for the menu module in the footer1 position.
body #sp-footer1 ul.nav.menu.nav-pills,
body #sp-footer2 ul.nav.menu.nav-pills {
justify-content: flex-start;
}