Title: Remove from Image Widget
Last modified: October 25, 2020

---

# Remove from Image Widget

 *  [mack888](https://wordpress.org/support/users/mack888/)
 * (@mack888)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-from-image-widget/)
 * Hi
 * I’m trying to remove the padding in the image widget from my side bar so that
   the image is displayed in full without the white border.
 * I tried using:
 *     ```
       .widget-area .widget.widget_sp_image {
           padding: 0;
       ```
   
 * But it doesn’t seem to help.
 * Would greatly appreciate some feedback as to what I’m doing wrong here.
 * Many thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-from-image-widget%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [David](https://wordpress.org/support/users/diggeddy/)
 * (@diggeddy)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-from-image-widget/#post-13577652)
 * Hi there,
 * try adding this CSS:
 *     ```
       #right-sidebar .widget_media_image {
           padding: 0;
       }
       #right-sidebar .widget_media_image img {
           vertical-align: bottom;
       }
       ```
   
 *  Thread Starter [mack888](https://wordpress.org/support/users/mack888/)
 * (@mack888)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-from-image-widget/#post-13581801)
 * Thanks for the prompt assistance, David.
 * it worked 🙂
 *  [David](https://wordpress.org/support/users/diggeddy/)
 * (@diggeddy)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-from-image-widget/#post-13581849)
 * You’re welcome

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

The topic ‘Remove from Image Widget’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [David](https://wordpress.org/support/users/diggeddy/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/remove-from-image-widget/#post-13581849)
 * Status: not resolved