Title: Unnecessary scrollbars in widget
Last modified: December 15, 2018

---

# Unnecessary scrollbars in widget

 *  [Edo Postma](https://wordpress.org/support/users/epostma/)
 * (@epostma)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/scrollbars-in-widget/)
 * I’m integrating Theatre in my WordPress site using the Nirvana theme. I want 
   to show the production-widget on the frontpage, on the side of each production
   there is an unnecessary scrollbar. Anybody have a suggestion how to disable these
   scrollbars?
    -  This topic was modified 7 years, 4 months ago by [Edo Postma](https://wordpress.org/support/users/epostma/).
    -  This topic was modified 7 years, 4 months ago by [Edo Postma](https://wordpress.org/support/users/epostma/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fscrollbars-in-widget%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Jeroen Schmit](https://wordpress.org/support/users/slimndap/)
 * (@slimndap)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/scrollbars-in-widget/#post-10992258)
 * You can fix this by adding the following custom CSS to your website:
 *     ```
       .wpt_productions .wp_theatre_prod, .wpt_events .wp_theatre_prod, .wpt_productions .wp_theatre_event, .wpt_events .wp_theatre_event {
           overflow: hidden;
       }
       ```
   
 *  Thread Starter [Edo Postma](https://wordpress.org/support/users/epostma/)
 * (@epostma)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/scrollbars-in-widget/#post-10992301)
 * Brilliant! It works.
    Thanks Jeroen

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Unnecessary scrollbars in widget’ is closed to new replies.

 * ![](https://ps.w.org/theatre/assets/icon-256x256.png?rev=1208182)
 * [Theater for WordPress](https://wordpress.org/plugins/theatre/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theatre/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theatre/)
 * [Active Topics](https://wordpress.org/support/plugin/theatre/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theatre/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theatre/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Edo Postma](https://wordpress.org/support/users/epostma/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/scrollbars-in-widget/#post-10992301)
 * Status: not resolved