Title: Adjust height?
Last modified: August 20, 2016

---

# Adjust height?

 *  Resolved [J_Ray](https://wordpress.org/support/users/j_ray/)
 * (@j_ray)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adjust-height/)
 * Hello and thank you for the wonderful plugin. I see that you have answered a 
   question previously about adjusting the width of the facebook feed box, however,
   I am trying to adjust the height. Is it possible to do this? I tried adding
 * `
    /* Adjust height */ #facebook_status_box { height: 200px; }
 * to the end of the stylesheet, but it didn’t change anything. If you have any 
   ideas, please let me know. Thanks!
 * [http://wordpress.org/extend/plugins/jsl3-facebook-wall-feed/](http://wordpress.org/extend/plugins/jsl3-facebook-wall-feed/)

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

 *  Thread Starter [J_Ray](https://wordpress.org/support/users/j_ray/)
 * (@j_ray)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adjust-height/#post-3451315)
 * I almost forgot — I am also trying to put a border around the whole thing. Is
   there a solution for that as well? Thank you so much!
 *  Plugin Author [Takanudo](https://wordpress.org/support/users/takanudo/)
 * (@takanudo)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adjust-height/#post-3451378)
 * Try adding the following to the style sheet on the settings page for the plugin:
 * >  #facebook_status_box {
   >  height: 200px; border: 1px solid #FF0000; }
   > #facebook_status_box #facebook_canvas {
   >  height: 200px; }
 * Change the height and border to one that will suit you.
 *  Thread Starter [J_Ray](https://wordpress.org/support/users/j_ray/)
 * (@j_ray)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adjust-height/#post-3451382)
 * Oh, so close! Only problem is the outer border isn’t quite long enough. You can
   see what’s happening at rippletestsite dot com.
 * BTW, thank you for the amazingly prompt response!
 *  Plugin Author [Takanudo](https://wordpress.org/support/users/takanudo/)
 * (@takanudo)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adjust-height/#post-3451458)
 * Try decreasing the height of “#facebook_status_box #facebook_canvas” until it
   fits inside the border. Or increasing the height “#facebook_status_box” until
   the border fits around the canvas.
 *  Thread Starter [J_Ray](https://wordpress.org/support/users/j_ray/)
 * (@j_ray)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adjust-height/#post-3451476)
 * Awesome! Thank you!
 *  Thread Starter [J_Ray](https://wordpress.org/support/users/j_ray/)
 * (@j_ray)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adjust-height/#post-3451595)
 * OK, just one (or maybe two) more things and then I will try to leave you alone–
   aside from reviewing the widget & leaving a tip 🙂
 * Is it possible to make the corners of the border rounded so they come closer 
   to matching the un-editable Twitter widget on my page?
 * And then the last question: Is it possible to change the text from “Facebook 
   Feed” to something else? I saw where it’s possible to eliminate it altogether
   but I didn’t see this question posed elsewhere (unless I missed something).
 *  Plugin Author [Takanudo](https://wordpress.org/support/users/takanudo/)
 * (@takanudo)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adjust-height/#post-3451608)
 * To make the corners rounded add the following to the bottom of the style sheet
   on the settings page for the plugin:
 * >  #facebook_status_box
   >  { border-radius: 5px; }
 * To change the text, you would have to modify the PHP.
    1. Open ‘/wp-content/plugins/jsl3-facebook-wall-feed/php/class-uki-facebook-wall-
       feed.php’
    2. Line 277 is the following:
        `__( 'Facebook Status', JSL3_FWF_TEXT_DOMAIN ) .'
       </h2>' .`
    3. Change “Facebook Status” to whatever you want.
    4. Save the file.
 *  Thread Starter [J_Ray](https://wordpress.org/support/users/j_ray/)
 * (@j_ray)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adjust-height/#post-3451641)
 * Thank you so much for all of your help. Unfortunately it looks like I’m going
   to be forced to find a new widget because Chrome is now marking my page as a 
   potential carrier of malware when I have this widget enabled. I hope it is just
   me and not everyone who’s using this widget who is being affected by this! Thanks
   again.

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

The topic ‘Adjust height?’ is closed to new replies.

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

 * 8 replies
 * 2 participants
 * Last reply from: [J_Ray](https://wordpress.org/support/users/j_ray/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/adjust-height/#post-3451641)
 * Status: resolved