Created
February 3, 2015 18:14
-
-
Save kontikidigital/cdb8c3e11c5860dda683 to your computer and use it in GitHub Desktop.
Genesis: Horizontal Menu in Footer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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