Created
November 20, 2020 07:03
-
-
Save yousufansa/b4bebc280bef8c775caad32061d2edeb to your computer and use it in GitHub Desktop.
Bookworm - Display Header v1 Top bar on Mobile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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