Title: Changing size
Last modified: August 31, 2016

---

# Changing size

 *  Resolved [aaronzimmer](https://wordpress.org/support/users/aaronzimmer/)
 * (@aaronzimmer)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/changing-size/)
 * Hi – Is it possible to change the size?
 * I’ve tried something like
 *     ```
       div.rotatingtweet, div.rotatingtweet a {
       font-family:'avantgarde_ceregular';
       font-size: 38px
       }
       ```
   
 * but it only changes the size of the info about the tweet, not the tweet itself.
 * [http://www.aaronzimmer.com/twitterhome/](http://www.aaronzimmer.com/twitterhome/)
 * [https://wordpress.org/plugins/rotatingtweets/](https://wordpress.org/plugins/rotatingtweets/)

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

 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/changing-size/#post-7084223)
 * Try:
 *     ```
       div.rotatingtweet p.rtw_main {
            font-family:'avantgarde_ceregular';
            font-size: 38px
       }
       ```
   
 *  Thread Starter [aaronzimmer](https://wordpress.org/support/users/aaronzimmer/)
 * (@aaronzimmer)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/changing-size/#post-7084225)
 * That was it! Thanks for the quick response!
 *  Thread Starter [aaronzimmer](https://wordpress.org/support/users/aaronzimmer/)
 * (@aaronzimmer)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/changing-size/#post-7084281)
 * Any possible way to make the links load in new windows?
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/changing-size/#post-7084282)
 * If you’re using a shortcode, add `links_in_new_window=1`
 * In a widget, tick “Open all links in new window or tab”.

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

The topic ‘Changing size’ 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/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/changing-size/#post-7084282)
 * Status: resolved