Last active
October 25, 2019 02:20
-
-
Save robhob/4d1f5ca8c9d084dc71d300ccc5592772 to your computer and use it in GitHub Desktop.
This file contains 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
/* Switch to hamburger menu on tablets */ | |
@media only screen and ( max-width:1024px) { | |
#et_mobile_nav_menu { | |
display: block; | |
} | |
#top-menu-nav { | |
display: none; | |
} | |
.et_header_style_left .mobile_menu_bar { | |
padding-bottom: 50px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment