• 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 6 years, 3 months ago by Edo Postma.
    • This topic was modified 6 years, 3 months ago by Edo Postma.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeroen Schmit

    (@slimndap)

    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

    (@epostma)

    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.