Title: Change widget&#039;s height
Last modified: August 30, 2016

---

# Change widget's height

 *  Resolved [rinoadiary](https://wordpress.org/support/users/rinoadiary/)
 * (@rinoadiary)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/change-widgets-height/)
 * Is there a way to change the widget’s height?
 * [https://wordpress.org/plugins/simple-ajax-shoutbox/](https://wordpress.org/plugins/simple-ajax-shoutbox/)

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

 *  Plugin Author [honza.skypala](https://wordpress.org/support/users/honzaskypala/)
 * (@honzaskypala)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/change-widgets-height/#post-6593416)
 * Hi,
 * it’s easy to change the widget height via css. Just insert the following (adjust
   the height to whatever you like):
 *     ```
       #sb_messages {
           height: 600px;
       }
       ```
   
 * You can either put this to your theme CSS, or if you are using a standard theme,
   then maybe putting this to Jetpack → Custom CSS is better place (so it is not
   overwritten once you update the theme).
 *  Thread Starter [rinoadiary](https://wordpress.org/support/users/rinoadiary/)
 * (@rinoadiary)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/change-widgets-height/#post-6593426)
 * Thank u!

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

The topic ‘Change widget's height’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-ajax-shoutbox.svg)
 * [Simple Ajax Shoutbox](https://wordpress.org/plugins/simple-ajax-shoutbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-ajax-shoutbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-ajax-shoutbox/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-ajax-shoutbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-ajax-shoutbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-ajax-shoutbox/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [rinoadiary](https://wordpress.org/support/users/rinoadiary/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/change-widgets-height/#post-6593426)
 * Status: resolved