Viewing 2 replies - 1 through 2 (of 2 total)
  • On the main page you have something called narrowcolumn, and in the comments ( or single ) pages you have widecolumn, for the posts. If you look in your stylesheet, you will find the style rules for class=”widecolumn”.
    The problem is that it is in fact narrower than the narrow.
    Change the rule to read:

    .widecolumn {
    padding: 0px 0 0px 0;
    margin: 0px 0 0 0px;
    width: 400px;
    }

    Experiment with the width, til you are satisfied.

    Thread Starter jorose

    (@jorose)

    Yay! You rock! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments page’ is closed to new replies.