• Hello,

    Does anyone know how to make the comments section wider in the Modularity Lite theme?

    I am trying to get the comments to go across the entire comments section. Not centered in the middle like they are now

    http://scenicnh.com/blog/?p=350

    Any info would be great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Change:

    ol.commentlist li .comment-entry {
    border-bottom:5px solid #EEEEEE;
    line-height:2em;
    margin:-135px 0 0;
    padding:5px 150px 0;
    }

    to:

    ol.commentlist li .comment-entry {
    border-bottom:5px solid #EEEEEE;
    line-height:2em;
    margin:-135px 0 0;
    padding:5px 0 0 150px;
    }

    in style.css

    Thread Starter ScenicNH

    (@scenicnh)

    Thank You esmi!

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

The topic ‘Modularity Lite – Comments width’ is closed to new replies.