Skip to content

Instantly share code, notes, and snippets.

@MAXHEADR0OM
Created November 21, 2018 20:06
Show Gist options
  • Save MAXHEADR0OM/2b02958a0ef965b872fcc1b3ce18cfdf to your computer and use it in GitHub Desktop.
Save MAXHEADR0OM/2b02958a0ef965b872fcc1b3ce18cfdf to your computer and use it in GitHub Desktop.
Make Divi Mobile Header Taller
/* This pairs very well with making the logo bigger for Divi mobile. Paste in additional css section in theme options */
@media only screen and ( min-width:981px ) {
#main-header { min-height: 150px !important; } /* normal */
#main-header.et-fixed-header { min-height: 250px !important; } /* shrunken header */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment