Viewing 1 replies (of 1 total)
  • I’m troubleshooting similar issues for a client of mine and this change to the CSS worked to get the print button and other headers to appear for me.

    @media only screen and (max-width: 699px){
      .blog-yumprint-header {
        display: block !important;
      }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile print button’ is closed to new replies.