Skip to content

Instantly share code, notes, and snippets.

@designbykrista
Created October 30, 2017 09:55
Show Gist options
  • Save designbykrista/edc3ebe18edbbb227960d682eadc6e86 to your computer and use it in GitHub Desktop.
Save designbykrista/edc3ebe18edbbb227960d682eadc6e86 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