-
-
Save srdjan-m/cfe89924be7dfbb1881f41524116d887 to your computer and use it in GitHub Desktop.
wordpress: add widget area (with Simple Socian Icons) to primary navigation.
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
.genesis-nav-menu .widget { | |
float: right; | |
} | |
.genesis-nav-menu .simple-social-icons ul li { | |
margin-bottom: 0 !important; | |
margin-top: 0.7rem !important; | |
} |
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
.genesis-nav-menu .widget-area { | |
float: right; | |
padding-top: 2.2rem; | |
} |
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
.genesis-nav-menu .widget-area { | |
float: right; | |
padding-top: 1.5rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment