Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created November 20, 2020 07:03
Show Gist options
  • Select an option

  • Save yousufansa/b4bebc280bef8c775caad32061d2edeb to your computer and use it in GitHub Desktop.

Select an option

Save yousufansa/b4bebc280bef8c775caad32061d2edeb to your computer and use it in GitHub Desktop.
Bookworm - Display Header v1 Top bar on Mobile
@media (max-width: 767.98px) {
.site-header__v1 .topbar {
position: static;
border-bottom: 1px solid #eae8e4 !important;
}
.site-header__v1 .topbar__nav {
display: flex;
}
.site-header__v1 .topbar__nav--left,
.site-header__v1 .topbar__nav--right .nav-item{
display: flex !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment