Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<style>
@media only screen and (max-width: 480px) {
.gist-messenger-bubble-iframe iframe, .gist-notification-iframe iframe, .gist-post-small-iframe iframe, .gist-prompt-iframe iframe {
bottom: 80px!important; // Change the 80px to move the Messenger vertically from bottom edge fo the screen
right: 40px!important; // Change the 40px to move the Messenger horizontally from right edge fo the screen
// left: 40px!important; // Change the 40px to move the Messenger horizontally from left edge fo the screen
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment