Title: Mobile print button
Last modified: August 30, 2016

---

# Mobile print button

 *  [angelaread](https://wordpress.org/support/users/angelaread/)
 * (@angelaread)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/mobile-print-button/)
 * Where is the mobile print button. I do not see it.
 * [https://wordpress.org/plugins/recipe-card/](https://wordpress.org/plugins/recipe-card/)

Viewing 1 replies (of 1 total)

 *  [Adam Harris w/THarris Consultants](https://wordpress.org/support/users/tharrisconsultants/)
 * (@tharrisconsultants)
 * [10 years ago](https://wordpress.org/support/topic/mobile-print-button/#post-6679445)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/recipe-card_cfc7c6.svg)
 * [Recipe Card](https://wordpress.org/plugins/recipe-card/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recipe-card/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recipe-card/)
 * [Active Topics](https://wordpress.org/support/plugin/recipe-card/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recipe-card/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recipe-card/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Adam Harris w/THarris Consultants](https://wordpress.org/support/users/tharrisconsultants/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/mobile-print-button/#post-6679445)
 * Status: not resolved