Skip to content

Instantly share code, notes, and snippets.

@robhob
Created June 19, 2017 19:31
Show Gist options
  • Save robhob/49b0400aec8366b6b6d1b7187a2e5434 to your computer and use it in GitHub Desktop.
Save robhob/49b0400aec8366b6b6d1b7187a2e5434 to your computer and use it in GitHub Desktop.
/* 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