Viewing 6 replies - 1 through 6 (of 6 total)
  • Add this to your css file…

    ol#comments { text-align:left; }

    Thread Starter beisbolct

    (@beisbolct)

    ok this is what i see there. so where would i add that?

    /* Begin Comments*/
    .alt {
    margin: 0;
    padding: 10px;
    }

    .commentlist {
    padding: 0;
    text-align: justify;
    }

    .commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
    }

    .commentlist p {
    margin: 10px 5px 10px 0;
    }

    #commentform p {
    margin: 5px 0;
    }

    .nocomments {
    text-align: left;
    margin: 0;
    padding: 0;
    }

    .commentmetadata {
    margin: 0;
    display: block;
    }
    /* End Comments */

    You can add it anywhere as long as it is not inside a comment (/*comment*/). A good place would be just before the /*End Comments*/, but it doesn’t really matter in this case.

    Thread Starter beisbolct

    (@beisbolct)

    ok i added what you said and nothing seemed to change..any ideas? and thank you for your help.

    Thread Starter beisbolct

    (@beisbolct)

    ok. oddly enough after making a post. everything aligned to the left in the comment section…thank you again for your help.

    you are welcome beisbolct. glad i could help ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Code to left justify comments on single page’ is closed to new replies.