Title: Text Widget White Box
Last modified: August 22, 2016

---

# Text Widget White Box

 *  [Novadrake1111](https://wordpress.org/support/users/novadrake1111/)
 * (@novadrake1111)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/text-widget-white-box/)
 * I am getting a white box around my images in my sidebar widget and I just want
   it to be the normal background colors of the page.
 * [http://rabiddogs.r2f.co/](http://rabiddogs.r2f.co/)
 * How can I fix this?
 * Thank You

Viewing 1 replies (of 1 total)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/text-widget-white-box/#post-5693535)
 * Are you using a browser tool like Firebug to look at the CSS? That’s how you 
   can easily find the CSS causing those spaces – in this case, this:
 *     ```
       .textwidget {
           background: none repeat scroll 0 0 #f1f1f1;
           margin: 0;
           padding: 10px 13px 10px 20px;
           text-align: left;
           width: 300px;
       }
       ```
   
 * The padding. So ADD this to custom CSS:
 *     ```
       .textwidget {
           padding: none;
       }
       ```
   
 * If that doesn’t work, or you need additional help, you should contact the [developer of your theme ](http://themeforest.net/item/orizon-the-gaming-template-wp-version/3792360)
   for help – as these forums don’t provide support for commercial themes.
 * [http://codex.wordpress.org/Forum_Welcome#Commercial_Products](http://codex.wordpress.org/Forum_Welcome#Commercial_Products)

Viewing 1 replies (of 1 total)

The topic ‘Text Widget White Box’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/text-widget-white-box/#post-5693535)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
