Skip to content

Instantly share code, notes, and snippets.

@djrmom
Created July 15, 2020 19:56
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 djrmom/90d01e01a2cdb09c6df3a4c23bec5ea5 to your computer and use it in GitHub Desktop.
Save djrmom/90d01e01a2cdb09c6df3a4c23bec5ea5 to your computer and use it in GitHub Desktop.
facetwp make more space for locate me icon on mobile
/** adjust as needed to fit mobile phones better **/
@media only screen and (max-width: 767px) {
#facetwp-radius {
display:block;
float: none;
width: 100%;
}
.location-wrap {
width: 100%
}
.locate-me:before {
width: 50px;
height: 50px;
background-position: center;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment