Title: scrollable content?
Last modified: August 24, 2016

---

# scrollable content?

 *  Resolved [lifri](https://wordpress.org/support/users/lifri/)
 * (@lifri)
 * [11 years ago](https://wordpress.org/support/topic/scrollable-content-1/)
 * hi, I’m using your plugin for my driving school website. I created a link for
   more information about one of the programs but it’s very much content, and when
   i resize the window it all disappears and I’m not able to read on or scroll.
   
   is there a solution to this problem?
 * thanks in advance!
 * [https://wordpress.org/plugins/popup-maker/](https://wordpress.org/plugins/popup-maker/)

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

 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [11 years ago](https://wordpress.org/support/topic/scrollable-content-1/#post-6130978)
 * [@lifri](https://wordpress.org/support/users/lifri/) – You can try out the scrollable
   content option. To enable it you need to set the size to custom and uncheck auto
   height. Once you do that you can specify a height and width and there will be
   an additional option for scrollable content. It relies on the defined height 
   and will make it a scrollable box.
 * Hope this helps.
 *  Thread Starter [lifri](https://wordpress.org/support/users/lifri/)
 * (@lifri)
 * [11 years ago](https://wordpress.org/support/topic/scrollable-content-1/#post-6131087)
 * it’s working, thanks!
 * another question, if i’m setting a px height, is there any possibillity for me
   to use media queries to get it to be responsive?
 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [11 years ago](https://wordpress.org/support/topic/scrollable-content-1/#post-6131092)
 * [@lifri](https://wordpress.org/support/users/lifri/) – yes. But currently you
   would need to use the !important rule for it. In the future we plan to move everything
   to CSS style sheets Popups and themes.
 * Please take a moment to rate and review the plugin and or support.
 *  Thread Starter [lifri](https://wordpress.org/support/users/lifri/)
 * (@lifri)
 * [11 years ago](https://wordpress.org/support/topic/scrollable-content-1/#post-6131102)
 * sorry, it’s my first time doing such a big web project – how exactly would i 
   do that? what classes/tags would i use? thanks for the great support so far!
 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [11 years ago](https://wordpress.org/support/topic/scrollable-content-1/#post-6131104)
 * [@lifri](https://wordpress.org/support/users/lifri/) – Gotcha. Each popup has
   a unique id you can use. So if we are talking popup 123 then the following should
   do it.
 *     ```
       #popmake-123 {
         height: 300px!important;
       }
       ```
   
 * Hope this helps.
 *  Thread Starter [lifri](https://wordpress.org/support/users/lifri/)
 * (@lifri)
 * [11 years ago](https://wordpress.org/support/topic/scrollable-content-1/#post-6131105)
 * okay got it, thank you so much!
 *  Thread Starter [lifri](https://wordpress.org/support/users/lifri/)
 * (@lifri)
 * [11 years ago](https://wordpress.org/support/topic/scrollable-content-1/#post-6131123)
 * quick question: what’s the css code you used for the distance from top of screen?
   need to change it for the media query
 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [11 years ago](https://wordpress.org/support/topic/scrollable-content-1/#post-6131125)
 * [@lifri](https://wordpress.org/support/users/lifri/) – `#popmake-123 { top:100px!
   important; }`. You shouldn’t need to adjust this really if its a responsive popup
   and fixed position is off.

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

The topic ‘scrollable content?’ is closed to new replies.

 * ![](https://ps.w.org/popup-maker/assets/icon-256x256.gif?rev=3097653)
 * [Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder](https://wordpress.org/plugins/popup-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/popup-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/popup-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/popup-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/popup-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/popup-maker/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/scrollable-content-1/#post-6131125)
 * Status: resolved