Hi, How can I get the menu I have in the footer position to display horizontally? Entering "nav-pills" in the menu class suffix for the menu module does not seem to work. Many thanks
aannika Hi Add this code in custom.css
.t3-footnav .t3-module .nav > li { float: left; margin-right: 23px; } .t3-footnav .t3-module ul > li + li { padding-top: 0px; }
Wonderful, thank you very much!