Skip to content

Instantly share code, notes, and snippets.

@gera3d
Created February 6, 2019 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gera3d/29b65c30373d1654a357cad65432e25f to your computer and use it in GitHub Desktop.
Save gera3d/29b65c30373d1654a357cad65432e25f to your computer and use it in GitHub Desktop.
Add custom logo just to mobile
@media (max-width: 1025px) {
.wrap > .title-area.show > .site-title > a {
min-height: 50px;
width: 100%;
background: url(https://www.sandiegooralsurgery.com/wp-content/uploads/ALOS-Logos-Retna-Lft.png) no-repeat left top !important;
background-size: 150px 50px !important;
background-position: left center !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment