• The plugin is awesome, only issue I have is that it is not responsive on mobile. Is there a way to make it that it adjusts to the screen or maybe open it as a popup?
    Thanks!

Viewing 1 replies (of 1 total)
  • Tommy

    (@baptistej)

    I agree, I managed to fix mine with this custom CSS.

    @media only screen and (max-width: 600px) {
    #remoji_panel {
      left: 0px!important;
    }
     }
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile responsive’ is closed to new replies.