Archived topic
Horizontal Footer Menu
4 replies · Started by Nate Heath on March 6, 2015
Trying to dive in and really get to know this theme. My question is, in the footer, how would I change the menu widget to display horizontally? You can see on http://consistenttech.com/ for an example. Eventually I would like to have the menu listed horizontally and then maybe just some social icons, etc in a second very thin widget.
thanks,
Nate
Hi Nate,
You could add some CSS like this:
.footer-widgets .widget_nav_menu li {
float: left;
margin-right: 15px;
}
Could you also use the secondary menu at the bottom of the page? Like this one? http://altavistarecording.com/
Absolutely - isn't that a site you did? ;)
Yes, that's one of my designs.