Site logo

Archived topic

Horizontal Footer Menu

4 replies · Started by Nate Heath on March 6, 2015

Viewing posts 1–5 of 5

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;
}

Absolutely - isn't that a site you did? ;)

Yes, that's one of my designs.

This archived topic is closed to new replies.