Title: Widget RSS
Last modified: August 30, 2016

---

# Widget RSS

 *  [alfredo-viera](https://wordpress.org/support/users/alfredo-viera/)
 * (@alfredo-viera)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/widget-rss/)
 * Hello,
 * I put a RSS widget on “footer widget area”.
    For small screen is responsive, 
   but for large screen the RSS feeds shrinks to a width of about 150px.
 * How can this be fixed? If you like to see it, the site is [http://bykconsultores.cl/](http://bykconsultores.cl/).
 * Aaron is a great theme by the way.
    Thanks, Alfredo

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

 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/widget-rss/#post-6652903)
 * your footer is intended to have 4 widget areas, each taking up about a quarter
   of the footer. Since you just have the one it looks awkward. if you are always
   going to have only one then you can change the css to make it wider.
 *  [PBMoran89](https://wordpress.org/support/users/pbmoran89/)
 * (@pbmoran89)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/widget-rss/#post-6653245)
 * How do you change the widget to make it larger? I have one widget that is in 
   the middle currently. I would love for it to be full-width, centered.
 *  Theme Author [Carolina Nymark](https://wordpress.org/support/users/poena/)
 * (@poena)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/widget-rss/#post-6653263)
 * Hi!
    Currently the footer widget width is 22%, to change this you need to edit
   the style.css file, line 1061.
 * Look for this code and change the width:
 *     ```
       .site-footer .widget {
           display: inline-block;
           vertical-align: top;
           list-style: none;
           position: relative;
           padding: 0 18px 0 18px;
           margin: 0 0.5em 45px 0.5em;
           width: 22%;
           box-shadow: none;
           background: none;
           border: none;
       }
       ```
   

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

The topic ‘Widget RSS’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/aaron/4.4/screenshot.png)
 * Aaron
 * [Support Threads](https://wordpress.org/support/theme/aaron/)
 * [Active Topics](https://wordpress.org/support/theme/aaron/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/aaron/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/aaron/reviews/)

## Tags

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

 * 3 replies
 * 4 participants
 * Last reply from: [Carolina Nymark](https://wordpress.org/support/users/poena/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/widget-rss/#post-6653263)
 * Status: not resolved