Skip to content

Instantly share code, notes, and snippets.

@Mediatros
Forked from designbykrista/Divi Mobile Logo Size
Created January 4, 2018 14:00
Show Gist options
  • Save Mediatros/7a282e80a706198df0351c01caa1b181 to your computer and use it in GitHub Desktop.
Save Mediatros/7a282e80a706198df0351c01caa1b181 to your computer and use it in GitHub Desktop.
Divi Mobile Logo Size
@media only screen and (max-width: 981px) {
#logo {
height: 100px; /*change this to adjust the size*/
max-height: 100px !important; /* change this to adjust the size */
padding-bottom:12px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment