Created
June 19, 2017 19:31
-
-
Save robhob/49b0400aec8366b6b6d1b7187a2e5434 to your computer and use it in GitHub Desktop.
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
/* Increase mobile menu bar height */ | |
.et_header_style_left .mobile_menu_bar { | |
padding-bottom: 85px; | |
} | |
/* Moved hamburger down */ | |
.mobile_menu_bar:before { | |
top: 35px !important; | |
} | |
/* Set the maximum height of the logo itself */ | |
@media (max-width: 980px) { | |
.et_header_style_left #logo { | |
max-height: 90% !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment