Skip to content

Instantly share code, notes, and snippets.

@kontikidigital
Created February 3, 2015 18:14
Show Gist options
  • Save kontikidigital/cdb8c3e11c5860dda683 to your computer and use it in GitHub Desktop.
Save kontikidigital/cdb8c3e11c5860dda683 to your computer and use it in GitHub Desktop.
Genesis: Horizontal Menu in Footer
/* Customize Footer Menu */
.footer-widgets li {
display: inline-block;
border-bottom: none;
margin-bottom: 10px;
padding-bottom: 10px;
}
.footer-widgets ul.menu > li a {
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
}
.footer-widgets ul.menu > li:after {
content: "|";
font-size: 0.9em;
padding-left: 5px;
padding-right: 5px;
}
.footer-widgets ul.menu > li:last-child:after {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment