Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Simon Goodchild

    (@simongoodchild)

    so sorry for late reply 🙁

    The ribbon is just a hyperlink with a class of “ribbon-maker”, so you could add some CSS like this (not tested…):

    @media screen and (max-width: 600px) {
    .ribbon-maker {
    visibility: hidden;
    display: none;
    }
    }

    Thank you, this worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to disable on mobile?’ is closed to new replies.