Title: smalltowngp's Replies | WordPress.org

---

# smalltowngp

  [  ](https://wordpress.org/support/users/smalltowngp/)

 *   [Profile](https://wordpress.org/support/users/smalltowngp/)
 *   [Topics Started](https://wordpress.org/support/users/smalltowngp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/smalltowngp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/smalltowngp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/smalltowngp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/smalltowngp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/smalltowngp/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: SidePosts Widget] A thumbnail image is really close to text](https://wordpress.org/support/topic/plugin-sideposts-widget-a-thumbnail-image-is-really-close-to-text/)
 *  [smalltowngp](https://wordpress.org/support/users/smalltowngp/)
 * (@smalltowngp)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-sideposts-widget-a-thumbnail-image-is-really-close-to-text/#post-1091192)
 * I have decided as a temporary measure to hack the code to get it working.
 * I have added this as part of the img codes ..
 * In line 373 of widgets.php add this in between “img”, “src”
 * `style="padding:8px; background: white; border: none"`
 * Changed from:
 *     ```
       $thumbnail = '<img src="'. $thumb[0] .'" width="'. $settings[$widget_id]['thumbnail'] .'" height="'. $thumb_h .'" class="alignleft" />';
       ```
   
 * to
 *     ```
       $thumbnail = '<img style="padding:8px; background: white; border: none" src="'. $thumb[0] .'" width="'. $settings[$widget_id]['thumbnail'] .'" height="'. $thumb_h .'" class="alignleft" />';
       ```
   
 * and make anther change to remove the arhive line.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: SidePosts Widget] A thumbnail image is really close to text](https://wordpress.org/support/topic/plugin-sideposts-widget-a-thumbnail-image-is-really-close-to-text/)
 *  [smalltowngp](https://wordpress.org/support/users/smalltowngp/)
 * (@smalltowngp)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-sideposts-widget-a-thumbnail-image-is-really-close-to-text/#post-1091191)
 * I have the same issue.
 * I am using thesis theme. Where can I place the code? I tried in the the custom.
   css, but it did not work out.
 * My site: [http://www.smalltowngp.com](http://www.smalltowngp.com)
 * [caution: there are some unpleasant photo at the site]
 * Thanks

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