Title: Padding &amp; Spacing
Last modified: August 21, 2016

---

# Padding & Spacing

 *  Resolved [ajberman](https://wordpress.org/support/users/ajberman/)
 * (@ajberman)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/padding-spacing/)
 * Hi, wondering what I would need to edit in the plugin editor to space out or 
   pad the feed elements. My inherited style has them all overlapping. Thank you.
   You can view here: dev.theinfinitemonkeytheorem.com
 * [http://wordpress.org/plugins/kebo-twitter-feed/](http://wordpress.org/plugins/kebo-twitter-feed/)

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

 *  Thread Starter [ajberman](https://wordpress.org/support/users/ajberman/)
 * (@ajberman)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/padding-spacing/#post-4380368)
 * Thought I would drop a quick update, I am trying to adjust with:
 * body .kebo-tweets.list .ktweet {
    padding: 0px 0px 50px 0px;
 * but it just doesn’t seem to be the answer. You can take a look [here](http://dev.theinfinitemonkeytheorem.com)
 * Thanks so much for your time.
 *  Plugin Author [Peter Booker](https://wordpress.org/support/users/peterbooker/)
 * (@peterbooker)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/padding-spacing/#post-4380375)
 * Hi ajberman,
 * I have had a quick look and it seems that the only change required is this (it
   requires your padding edit to be removed):
 *     ```
       html body ul.kebo-tweets li.ktweet {
           height: auto;
       }
       ```
   
 * Is that the look you were aiming for, that is essentially the intended goal, 
   but as you have experienced it is difficult for me to create styling which will
   fit into any theme.
 * The theme styling which caused the problem was this:
 *     ```
       footer aside.widget ul li {
           height: 20px;
       }
       ```
   
 * Which is a very general identifier considering the effect it has. I will add 
   this small CSS fix to the plugin, as it may help others with similar theme code.
   I will do some further testing and then update later tonight.
 * Thank you very much for letting me know about the problem you were having, it
   has helped me to hopefully improve the plugin for future users, which I really
   appreciate.
 *  Thread Starter [ajberman](https://wordpress.org/support/users/ajberman/)
 * (@ajberman)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/padding-spacing/#post-4380377)
 * yes! you nailed it. Thanks.
 *  Plugin Author [Peter Booker](https://wordpress.org/support/users/peterbooker/)
 * (@peterbooker)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/padding-spacing/#post-4380391)
 * Hi ajberman,
 * I am really pleased it worked! I have just updated the plugin to version 1.4.4,
   which contains this CSS fix.

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

The topic ‘Padding & Spacing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/kebo-twitter-feed_00aced.svg)
 * [Kebo Twitter Feed](https://wordpress.org/plugins/kebo-twitter-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kebo-twitter-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kebo-twitter-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/kebo-twitter-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kebo-twitter-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kebo-twitter-feed/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Peter Booker](https://wordpress.org/support/users/peterbooker/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/padding-spacing/#post-4380391)
 * Status: resolved