Skip to content

Instantly share code, notes, and snippets.

@jessestu
Last active August 6, 2018 14:58
Show Gist options
  • Save jessestu/445ffdde3ba002bbcdaa3328b3be9973 to your computer and use it in GitHub Desktop.
Save jessestu/445ffdde3ba002bbcdaa3328b3be9973 to your computer and use it in GitHub Desktop.
/* Hides "Top Categories" in footer. / @jessestu 5492638-hc */
.footer-top-categories {
display: none;
}
/* Hides the search bar at top of page. / @jessestu 5492638-hc */
.search-wrapper {
display: none;
}
/* Limits the width of the menu so that more items wrap to second line. / @jessestu 5492638-hc */
@media screen and (min-width: 1300px) {
.menu-primary .menu ul {
width: 75%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment