Skip to content

Instantly share code, notes, and snippets.

@andrejarh
Created January 7, 2020 13:58
Show Gist options
  • Save andrejarh/0f180a9ce43beb94d38676605ccfd990 to your computer and use it in GitHub Desktop.
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
/*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