Skip to content

Instantly share code, notes, and snippets.

@generatepress
Last active February 5, 2018 13:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save generatepress/fc710ced4501566999fc to your computer and use it in GitHub Desktop.
Save generatepress/fc710ced4501566999fc to your computer and use it in GitHub Desktop.
Create a horizontal sub-menu in GeneratePress
body .sf-menu > li {
position: static;
}
body .main-navigation ul.menu > li > ul {
width: 100%;
}
body .main-navigation ul.menu > li > ul > li {
width: auto;
}
body .main-navigation ul.menu > li > ul > li ul {
left: 0;
top: 100%;
}
@JMIANO1981
Copy link

The CSS won't work on my site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment