Title: Resizing Height
Last modified: August 21, 2016

---

# Resizing Height

 *  Resolved [xenty](https://wordpress.org/support/users/xenty/)
 * (@xenty)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/resizing-height/)
 * Hi, I have been looking at the code for along time now, and made some risky changes
   in hope I can make the height size of the RT bigger?
 * I’m currently looking to increase it by 392px.
 * Can you pleas ehelp with me this? Thanks. I made the following changes to this
   line to no avail and the css template as well…
 * /* If we’re displaying an ‘official’ tweet, reset all the heights – this option
   is currently switched off! */
    // var rt_official_child = rotate_id + ‘ .twitter-
   tweet’; // var rt_official_num = jQuery(rt_official_child).length; // if (rt_official_num
   > 0) rt_height_px = ‘392px’;
 * and the css sample
 * }
    div.widget_rotatingtweets_widget, div.rotatingtweet, div.widget_rotatingtweets_widget
   div.widget-title { max-height: 392px; }
 * Worht a try 🙂
 * [http://wordpress.org/extend/plugins/rotatingtweets/](http://wordpress.org/extend/plugins/rotatingtweets/)

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

 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/resizing-height/#post-3905824)
 * What happens with:
 *     ```
       div.rotatingtweet {
         height: 392px;
       }
       ```
   
 * 🙂
 *  Thread Starter [xenty](https://wordpress.org/support/users/xenty/)
 * (@xenty)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/resizing-height/#post-3905916)
 * My goodness… it was so simple ! thanks 🙂
 * last question, as you can see, it’s only present the only available paragraphs
   to the size it was originally before, leaving a huge blank screen on the bottom,
 * what code was it to allow it to flow all the way to the bottom?
 * was it overflow by any chance?
 * Thanks
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/resizing-height/#post-3905939)
 * I’m not sure I understand your question. Do you have a problem with the width
   of the tweet? Or do you want more than one tweet to appear?
 *  Thread Starter [xenty](https://wordpress.org/support/users/xenty/)
 * (@xenty)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/resizing-height/#post-3905941)
 * The Width of the Tweet is perfect and so is the height off course… 🙂
 * What about the text in the box, it looks like it cuts off from it’s original 
   size.
 * So lets just say there is a whole lot of texxt, it doesn’t go all the way down
   to the height size has configured … 392px
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/resizing-height/#post-3905950)
 * Is the text going off at the end of the line?
 * Can you send a link? I’m not sure I understand the problem.
 *  Thread Starter [xenty](https://wordpress.org/support/users/xenty/)
 * (@xenty)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/resizing-height/#post-3905956)
 * [http://eloboost.com/](http://eloboost.com/)
 * Sorry for not being clear.
 * Look on the bottom, as you can see, the Rotating Twitter height has been extended
   to 392px,
 * however the text within the twitter doesn’t go beyond it’s original heigh size,
   so cutting any other text available
 * exmple
 * Bottom left is too real hahah @XChadballX by @yelyahwilliams paramore.net/photo/
   bottom-l… **( this section has been cut off **)
 *  12:50 pm · July 6, 2013
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/resizing-height/#post-3905962)
 * What happens if you replace the `/css/rotatingtweets.css` file? Currently it 
   seems to be missing and I think it’s needed for the top of the tweet to work 
   properly.
 * You might need to go with:
 *     ```
       div.rotatingtweet {
         min-height: 392px;
       }
       ```
   
 * although normally rotatingtweets works out the height it needs to use all by 
   itself…
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/resizing-height/#post-3905969)
 * Seems to be working. 🙂
 * You might want to go with something like `372px` instead of `392px` since [the height of the ‘like’ button is 20px](https://dev.twitter.com/docs/tweet-button/faq#dimensions).
 *  Thread Starter [xenty](https://wordpress.org/support/users/xenty/)
 * (@xenty)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/resizing-height/#post-3905971)
 * Thank You Martin, I appreciate your quick response ! 🙂
 * All good now, Hopefully won’t both you again to soon 😀

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

The topic ‘Resizing Height’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rotatingtweets.svg)
 * [Rotating Tweets (Twitter widget and shortcode)](https://wordpress.org/plugins/rotatingtweets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rotatingtweets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rotatingtweets/)
 * [Active Topics](https://wordpress.org/support/plugin/rotatingtweets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rotatingtweets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rotatingtweets/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [xenty](https://wordpress.org/support/users/xenty/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/resizing-height/#post-3905971)
 * Status: resolved