Skip to content

Instantly share code, notes, and snippets.

@jameskoster
Last active February 23, 2021 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jameskoster/911d832513cc98bbbaec to your computer and use it in GitHub Desktop.
Save jameskoster/911d832513cc98bbbaec to your computer and use it in GitHub Desktop.
Storefront - Primary navigation wrapper styling
@media screen and (min-width: 768px) {
.jk-primary-navigation {
clear: both;
margin-left: -9999px;
margin-right: -9999px;
padding-left: 9999px;
padding-right: 9999px;
background-color: #000;
}
.jk-primary-navigation:after {
content: "";
display: table;
clear: both;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment