Title: Setting height
Last modified: August 21, 2016

---

# Setting height

 *  Resolved [wkk](https://wordpress.org/support/users/wkk/)
 * (@wkk)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/setting-height/)
 * Hello,
 * I’ve recently started to use this plugin and it’s working fine =D Just a style
   question: is it possible to fix height to the feeds container?
 * As feeds’ length may vary a lot, I would like to fix height (showing a scroll
   if neccesary) to control my web’s general appearance.
 * Thank you very much in advance.
 * Best regards,
 * [http://wordpress.org/plugins/facebook-feed-grabber/](http://wordpress.org/plugins/facebook-feed-grabber/)

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

 *  Plugin Author [bonnerl](https://wordpress.org/support/users/bonnerl/)
 * (@bonnerl)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/setting-height/#post-4224472)
 * If you’re up for adding/editing some CSS then absolutely!
 * Just add the following in some place like a theme stylesheet,
 *     ```
       .fb-feed {
           height: 400px;
           overflow: auto;
       }
       ```
   
 * ‘**400**‘ in the code above can be changed up or down as needed.
 *  Plugin Author [bonnerl](https://wordpress.org/support/users/bonnerl/)
 * (@bonnerl)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/setting-height/#post-4224474)
 * Note I hope/plan to add a feature that limits the length of each status in the
   same fashion that happens on Facebook in the next version of this plugin. Could
   also still be 2 version out though. We’ll see.
 *  Thread Starter [wkk](https://wordpress.org/support/users/wkk/)
 * (@wkk)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/setting-height/#post-4224502)
 * Thanks a lot for the quick answer.
 * Is there a way to set this in a new .css and make the plugin include it? Altering
   existing .css may suppose troubles when updating, I think…
 * Thank you very much in advance.
 * Best regards,
 *  Plugin Author [bonnerl](https://wordpress.org/support/users/bonnerl/)
 * (@bonnerl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/setting-height/#post-4224546)
 * You are correct! There are 3 options to work around that.
    1. Some themes have a built in way to add custom CSS. This would be the easiest
       route to go if it’s an option. I would look under your themes settings to see
       if this route is available to you.
    2. My personal favorite way to go about custom styling is to set up a [Child Theme](http://codex.wordpress.org/Child_Themes).
       In your case the only part of the Child Theme documentation that you need to
       use is the required style.css it talks about at the beginning. I have had a 
       theme that I had to account for multiple stylesheets but if your theme is done
       well then this won’t be a problem..
    3. The last option would be to add the style via a plugin. There’s probably already
       a plugin to do this. If not you just need to make one that uses the [wp_head](http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head)
       action to add in your custom styles.
 *  Thread Starter [wkk](https://wordpress.org/support/users/wkk/)
 * (@wkk)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/setting-height/#post-4224556)
 * Option one was perfect for me =D
 * Thank you very much, you’ve been very helpful!
 * Best regards,
 * PS: If anybody else has this issue, here’s what I’ve done:
 * I use suffusion theme (4.4.7) and .fb-feed above code can be included in: Appearance
   → Suffusion Options → Back-End → Custom Includes (Custom Styles box).
 *  Plugin Author [bonnerl](https://wordpress.org/support/users/bonnerl/)
 * (@bonnerl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/setting-height/#post-4224560)
 * Great news! Glad you got it. 🙂

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

The topic ‘Setting height’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook-feed-grabber.svg)
 * [Facebook Feed Grabber](https://wordpress.org/plugins/facebook-feed-grabber/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook-feed-grabber/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-feed-grabber/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-feed-grabber/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-feed-grabber/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-feed-grabber/reviews/)

## Tags

 * [height](https://wordpress.org/support/topic-tag/height/)

 * 6 replies
 * 2 participants
 * Last reply from: [bonnerl](https://wordpress.org/support/users/bonnerl/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/setting-height/#post-4224560)
 * Status: resolved