Title: Feed items padding does not work
Last modified: September 26, 2016

---

# Feed items padding does not work

 *  Resolved [laufblogger](https://wordpress.org/support/users/laufblogger/)
 * (@laufblogger)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/feed-items-padding-does-not-work/)
 * Hey there,
 * When I am trying to use the padding adjustments from the documentation, the items
   do not react properly – they behave as if each item was an iframe. Instead of
   adding the space to the next one, each items comes up with a scroll bar then –
   which can only be seen when using a very high px number.
 * Example: [http://lauf-blogger.de/ultra-feeds/](http://lauf-blogger.de/ultra-feeds/)
   (
   Of course 200px won’t be the final value, it is just to show the problem)
 * … any recommendation?
 * Thanks!

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

 *  [Eric Gunawan](https://wordpress.org/support/users/erricgunawan/)
 * (@erricgunawan)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/feed-items-padding-does-not-work/#post-8224330)
 * Hi [@laufblogger](https://wordpress.org/support/users/laufblogger/),
 * Instead putting the `padding-bottom` under `li.feed-item > a` like yours currently:
 *     ```
       li.feed-item > a{
           ...
           padding-bottom: 200px;
       }
       ```
   
 * Try to put it under `li.feed-item` instead:
 *     ```
       li.feed-item {
           padding-bottom: 200px;
       }
       ```
   
 * Let us know if this works for you or not.
 * Also, since you are using our premium add-ons, if you have any further questions,
   please open a [premium support ticket](https://www.wprssaggregator.com/contact/).
 *  Thread Starter [laufblogger](https://wordpress.org/support/users/laufblogger/)
 * (@laufblogger)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/feed-items-padding-does-not-work/#post-8224762)
 * Perfect – that worked fine! Thanks so much…
 *  [Eric Gunawan](https://wordpress.org/support/users/erricgunawan/)
 * (@erricgunawan)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/feed-items-padding-does-not-work/#post-8224972)
 * Glad to hear it works, [@laufblogger](https://wordpress.org/support/users/laufblogger/)!
 * While I have you here, we would really appreciate it if you can take a couple
   of minutes out of your day to leave us a [review](https://wordpress.org/support/plugin/wp-rss-aggregator/reviews/).
   We love to hear about how our customers are making the best use of our plugins.
 * Have a great day!

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

The topic ‘Feed items padding does not work’ is closed to new replies.

 * ![](https://ps.w.org/wp-rss-aggregator/assets/icon-256x256.gif?rev=3157090)
 * [RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging](https://wordpress.org/plugins/wp-rss-aggregator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-aggregator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-aggregator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-aggregator/reviews/)

## Tags

 * [feed items](https://wordpress.org/support/topic-tag/feed-items/)
 * [padding](https://wordpress.org/support/topic-tag/padding/)

 * 3 replies
 * 2 participants
 * Last reply from: [Eric Gunawan](https://wordpress.org/support/users/erricgunawan/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/feed-items-padding-does-not-work/#post-8224972)
 * Status: resolved