Hi, how can I make a horizontal menu in the footer please ? I tried all the solutions I've seen ( nav-pills, footermenu...) but I still couldn't....
Hi harmonyhill
You can try this custom css rule:
.copyright .nav-stacked > li { display: inline-block; margin-right: 10px; }
Perfect thank you !
What if I want to change the position to footer-1 please ?
It's ok I put : .module-ct .nav-stacked > li and it worked !
Great!