Title: text field with scrollbar
Last modified: November 28, 2020

---

# text field with scrollbar

 *  Resolved [krzystofszopa](https://wordpress.org/support/users/krzystofszopa/)
 * (@krzystofszopa)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/text-field-with-scrollbar/)
 * Hi is there a way to put on our landing page text windows with specific dimension
   with scroller bar to roll text in this window? I try to use this one [https://github.com/malihu/malihu-custom-scrollbar-plugin](https://github.com/malihu/malihu-custom-scrollbar-plugin)
   but is too hard for me to put in my wordpress site

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

 *  Plugin Contributor [PluginOps](https://wordpress.org/support/users/pluginops/)
 * (@pluginops)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/text-field-with-scrollbar/#post-13719564)
 * Hi [@krzystofszopa](https://wordpress.org/support/users/krzystofszopa/) ,
 * Yes, you can do it using custom CSS and adding overflow:scroll; property on widget
   below is a link to guide on how to do it.
 * Code to add in custom CSS field
 *     ```
       overflow:scroll;
       height:200px;
       ```
   
 * [Video Guide](https://www.awesomescreenshot.com/video/1880565?key=54f856790e54d085e9c20123add46b3f)
 *  Thread Starter [krzystofszopa](https://wordpress.org/support/users/krzystofszopa/)
 * (@krzystofszopa)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/text-field-with-scrollbar/#post-13719635)
 * Super :). Can I change the layout of the scroller eg. hide bottom one and use
   thin scroll on the side like here: [https://doktorania.pl/](https://doktorania.pl/)?
 *  Plugin Contributor [PluginOps](https://wordpress.org/support/users/pluginops/)
 * (@pluginops)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/text-field-with-scrollbar/#post-13719728)
 * It will require custom coding. But it is possible and if you do have knowledge
   of javascript you can do it.

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

The topic ‘text field with scrollbar’ is closed to new replies.

 * ![](https://ps.w.org/page-builder-add/assets/icon-128x128.png?rev=1803473)
 * [Landing Page Builder - Coming Soon page, Maintenance Mode, Lead Page, WordPress Landing Pages](https://wordpress.org/plugins/page-builder-add/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-builder-add/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-builder-add/)
 * [Active Topics](https://wordpress.org/support/plugin/page-builder-add/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-builder-add/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-builder-add/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [PluginOps](https://wordpress.org/support/users/pluginops/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/text-field-with-scrollbar/#post-13719728)
 * Status: resolved