Title: Archives not indenting
Last modified: August 19, 2016

---

# Archives not indenting

 *  [johnharris85](https://wordpress.org/support/users/johnharris85/)
 * (@johnharris85)
 * [17 years ago](https://wordpress.org/support/topic/archives-not-indenting/)
 * My site is: [http://blog.johnharrisbasketball.com/](http://blog.johnharrisbasketball.com/)
 * On the Archives box on the sidebar I want the months to line up with the titles(
   as in the other boxes, I had to bodge some of these with html indents). Where
   should I put the code to bodge the archive indent as well. I tried looking at
   the developer app in chrome to determine what was setting the indents but I’m
   not that experienced with css.
 * Any help much appreciated, thanks!

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [17 years ago](https://wordpress.org/support/topic/archives-not-indenting/#post-1173311)
 * Try adding `#sidebar .widget_archive li` to:
 *     ```
       #sidebar .categories li, #sidebar .widget_pages li, #sidebar .widget_recent_entries li, #sidebar .linkcat li, #sidebar .archives li, #sidebar .widget_get_recent_comments li, .widget_links li, .widget_meta li, #sidebar .widget_categories li {
       border-bottom:1px solid #CCCCCC;
       padding:5px 10px;
       }
       ```
   
 * in style.css
 *  Thread Starter [johnharris85](https://wordpress.org/support/users/johnharris85/)
 * (@johnharris85)
 * [17 years ago](https://wordpress.org/support/topic/archives-not-indenting/#post-1173315)
 * Great! Thank you!

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

The topic ‘Archives not indenting’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [johnharris85](https://wordpress.org/support/users/johnharris85/)
 * Last activity: [17 years ago](https://wordpress.org/support/topic/archives-not-indenting/#post-1173315)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
