Title: Padding around Image
Last modified: August 21, 2016

---

# Padding around Image

 *  Resolved [worldprop](https://wordpress.org/support/users/worldprop/)
 * (@worldprop)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/padding-around-image-1/)
 * Is there a way of increasing the padding around the image?, the text in my feed
   is bunched rioght up against the image which doesn’t look great.
 * Many thanks
 * [http://wordpress.org/plugins/featured-images-for-rss-feeds/](http://wordpress.org/plugins/featured-images-for-rss-feeds/)

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

 *  [Daniel](https://wordpress.org/support/users/dnlb2/)
 * (@dnlb2)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/padding-around-image-1/#post-4312766)
 * I have the same problem…
 *  [DowntownRob](https://wordpress.org/support/users/downtownrob/)
 * (@downtownrob)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/padding-around-image-1/#post-4312771)
 * Hi there,
 * Hmm, the CSS in the feed code includes a 5 pixel margin as spacing, perhaps the
   CSS isn’t being used or displayed properly? It might depend on the RSS reader
   perhaps.
 * Would offering a padding option help, or make no difference?
 * To test, simply edit the plugin code below, and increase the 5px to 10px or 20px:
 * function firss_eval_css($featured_images_in_rss_css) {
    switch ($featured_images_in_rss_css){
   case “left-above”: $featured_images_in_rss_css_code = ‘display: block; margin-
   bottom: 5px;’; break; case “centered-above”: $featured_images_in_rss_css_code
   = ‘display: block; margin: auto; margin-bottom: 5px;’; break; case “left-wrap”:
   $featured_images_in_rss_css_code = ‘float: left; margin-right: 5px;’; break; 
   case “right-wrap”: $featured_images_in_rss_css_code = ‘float: right; margin-left:
   5px;’; break; default: $featured_images_in_rss_css_code = ‘display: block; margin-
   bottom: 5px;’; break; } return $featured_images_in_rss_css_code; }
 *  Thread Starter [worldprop](https://wordpress.org/support/users/worldprop/)
 * (@worldprop)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/padding-around-image-1/#post-4312780)
 * changed as suggested to 20px and it makes no difference, the image is still bunched
   up to the text you can see it here [http://worldpropertyfinder.com/feed/](http://worldpropertyfinder.com/feed/)
 *  [DowntownRob](https://wordpress.org/support/users/downtownrob/)
 * (@downtownrob)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/padding-around-image-1/#post-4312803)
 * Sorry, just saw your reply. It looks ok to me now, it was probably a cache issue.

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

The topic ‘Padding around Image’ is closed to new replies.

 * ![](https://ps.w.org/featured-images-for-rss-feeds/assets/icon-256x256.png?rev
   =1546995)
 * [Featured Images in RSS for Mailchimp & More](https://wordpress.org/plugins/featured-images-for-rss-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/featured-images-for-rss-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/featured-images-for-rss-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/featured-images-for-rss-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/featured-images-for-rss-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/featured-images-for-rss-feeds/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [DowntownRob](https://wordpress.org/support/users/downtownrob/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/padding-around-image-1/#post-4312803)
 * Status: resolved