• johnharris85

    (@johnharris85)


    My site is: 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

    (@esmi)

    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

    (@johnharris85)

    Great! Thank you!

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

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