Created
January 7, 2020 13:58
-
-
Save andrejarh/0f180a9ce43beb94d38676605ccfd990 to your computer and use it in GitHub Desktop.
Move hamburger menu on the top-left. Applicable for Dentalia and Recycle theme
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
/*copy the following snippet to Theme Options -> Custom CSS */ | |
@media (max-width: 991px) { | |
.to-x .hamburger-box { | |
display: table-cell; | |
} | |
.to-x { | |
position: absolute!important; | |
top: 0; | |
left: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment