Title: &#8220;View in Full Screen&#8221; remove?
Last modified: May 29, 2019

---

# “View in Full Screen” remove?

 *  Resolved [webelle](https://wordpress.org/support/users/webelle/)
 * (@webelle)
 * [7 years ago](https://wordpress.org/support/topic/view-in-full-screen-remove/)
 * I upgraded to the premium PDF Embedder because we need to be able to download
   our forms.
    Now, the original embedded PDF has a dirty big button across it reading“
   VIEW IN FULL SCREEN”! And the original scroll/tool bar at the bottom in the free
   version has disappeared.
 * Is there any way to remove this “View in Full Screen” and add the tool bar back
   in so they can simply click to open it up in a separate viewer? This currently
   just looks awful.
 * Thanks!
 * Nicky
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fview-in-full-screen-remove%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [PDFG Support](https://wordpress.org/support/users/wppdfsupport/)
 * (@wppdfsupport)
 * [7 years ago](https://wordpress.org/support/topic/view-in-full-screen-remove/#post-11588408)
 * Hi Nicky,
 * You can disable the View in Full Screen button entirely following the instructions
   here in our FAQ: [Disabling the View in Full Screen button](https://wp-pdf.com/kb/i-see-the-view-in-full-screen-overlay-when-i-dont-want-it/).
   We recommend that you consider not setting it to 0 so that it will still be available
   for mobile users (a value of around 250-360 works well for mobile users but disappears
   on larger browser sizes).
 * You can also style the button with a bit of CSS to make it consistent with your
   site’s styles. Here are the default values:
 *     ```
       /* Change style of FS button */
       div.pdfemb-wantmobile-fsarea {
          max-height: 35px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
          border: 4px solid #363600;
          background-color: #C5BDCF;
          -webkit-box-shadow: #B3B3B3 8px 8px 8px;
          -moz-box-shadow: #B3B3B3 8px 8px 8px;
          box-shadow: #B3B3B3 8px 8px 8px;
          color: black;
          font-family: sans-serif;
          letter-spacing: 2px;
          font-size: 16px;
          line-height: 110%;
       }
       ```
   
 * If you have any other questions, please do not hesitate to send us an email to
   [contact@wp-pdf.com](https://wordpress.org/support/topic/view-in-full-screen-remove/contact@wp-pdf.com?output_format=md)
   as we may not see the forum posts in a timely fashion.
 * Emma

Viewing 1 replies (of 1 total)

The topic ‘“View in Full Screen” remove?’ is closed to new replies.

 * ![](https://ps.w.org/pdf-embedder/assets/icon.svg?rev=3227003)
 * [PDF Embedder](https://wordpress.org/plugins/pdf-embedder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pdf-embedder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pdf-embedder/)
 * [Active Topics](https://wordpress.org/support/plugin/pdf-embedder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pdf-embedder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pdf-embedder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [PDFG Support](https://wordpress.org/support/users/wppdfsupport/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/view-in-full-screen-remove/#post-11588408)
 * Status: resolved