Skip to content

Instantly share code, notes, and snippets.

@magician11
Created March 8, 2014 06:48
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 magician11/9426471 to your computer and use it in GitHub Desktop.
Save magician11/9426471 to your computer and use it in GitHub Desktop.
Align the subnav in Dynamik to the right
/* align the subnav to the right */
#menu-secondary-navigation {
text-align: right;
}
#menu-secondary-navigation li {
display: inline-block;
float: none;
}
#menu-secondary-navigation .sub-menu li {
text-align: left;
}
#menu-secondary-navigation li a .sf-sub-indicator {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment