• How can I change the right text margin so that the text don`t go near the sidebar? If I chnge the padding beneath, the comment bg get less wide than the post witdh..
    example
    http://www.kjagen.com/iron-maiden/tour_reports/rome-07/

    /* content START */
    #content {
    background:#F8F8F8 url(img/sidesep.gif) right repeat-y;
    min-height:400px;
    }
    /* content END */

    /* main START */
    #main {
    background:#F8F8F8 url(img/main_shadow.gif) top repeat-x;
    /* 605 */
    width:631px;
    padding:0px 2px 0px;
    float:left;
    overflow:hidden;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try finding this in style.css:

    .post {
    padding-bottom:5px !important;
    }

    and add about 10px of padding to the right like this:

    .post {
    padding-bottom:5px !important;
    padding-right:10px;
    }
    Thread Starter kjagen

    (@kjagen)

    Great!!!!!

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

The topic ‘How can I change the right text margin so text doesn’t go near the sidebar’ is closed to new replies.