Title: Authors Widget padding
Last modified: August 19, 2016

---

# Authors Widget padding

 *  [shannonodom](https://wordpress.org/support/users/shannonodom/)
 * (@shannonodom)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/authors-widget-padding/)
 * I am using the Authors Widget to create a list in my sidebar. The avatars are
   all touching. Is there a way to add padding to the avatars?

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

 *  [flocsy](https://wordpress.org/support/users/flocsy/)
 * (@flocsy)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/authors-widget-padding/#post-1671827)
 * you can edit your stylesheet to add padding. This here explains how to add margin,
   padding should be not difficult to do as well:
 * [http://blog.fleischer.hu/wordpress/authors/comment-page-1/#comment-28456](http://blog.fleischer.hu/wordpress/authors/comment-page-1/#comment-28456)
 *  Thread Starter [shannonodom](https://wordpress.org/support/users/shannonodom/)
 * (@shannonodom)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/authors-widget-padding/#post-1671831)
 * I added
 *     ```
       .widget_authors li {
           padding:0 0 10px 0;
       }
       ```
   
 * to the theme style sheet with no luck. Am I doing something wrong?
 *  [flocsy](https://wordpress.org/support/users/flocsy/)
 * (@flocsy)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/authors-widget-padding/#post-1671943)
 * I guess that another stylesheet overrides this. Try adding some id-s as well:
 * #sidebar .widget_authors li {
    padding:0 0 10px 0; }
 * or
 * #sidebar ul li.widget_authors ul li {
    padding:0 0 10px 0; }

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

The topic ‘Authors Widget padding’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [flocsy](https://wordpress.org/support/users/flocsy/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/authors-widget-padding/#post-1671943)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
