Skip to content

Instantly share code, notes, and snippets.

@rfmeier
Created February 11, 2014 03:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rfmeier/8928692 to your computer and use it in GitHub Desktop.
Save rfmeier/8928692 to your computer and use it in GitHub Desktop.
Left aligned custom primary navigation
/*
Left Aligned Primary Nav Extra
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu > .left {
display: inline-block;
float: left;
list-style-type: none;
text-transform: uppercase;
}
.genesis-nav-menu span {
border: none;
color: #999;
display: block;
padding: 28px 24px;
padding: 2.8rem 2.4rem;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment