Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wordblogger

    (@wordblogger)

    Still no help or resolution on this issue.

    Anyone out there 🙂

    Thread Starter wordblogger

    (@wordblogger)

    Thanks for your reply.

    Unfortunately I can’t figure out where in my style.css things are getting screwed up. Would you have a suggestion as to how I can get “new lines” displayed in my comments? Below is the portion of my style.css that refers to the comments section:

    #commentblock h2 {
    font-size : 17px;
    color : #307396;
    padding : 20px 0 10px 0;
    margin : 0;
    font-weight : normal;
    }
    #commentblock {
    padding : 5px;
    margin : 40px 0 15px 0;
    }
    #commentblock p {
    font-size:11px;
    }
    ol#commentlist {
    padding : 0;
    margin : 10px 0 0 0;
    list-style-type : none;
    }
    .commentdate {
    font-size : 10px;
    padding-left : 0;
    }
    #commentlist li p {
    margin: 2px;
    padding : 0;
    }
    .commentname {
    color : #666;
    margin : 0;
    padding : 5px 5px 5px 0;
    }
    .commentinfo {
    clear : both;
    }
    .commenttext {
    clear : both;
    margin : 0 0 10px 0;
    padding : 2px;
    border:2px solid #f5f5f5;
    background:white;
    }
    .commenttext-admin {
    clear : both;
    margin : 0 0 10px 0;
    padding : 2px;
    border:2px solid #e8f7ff;
    background:#f5fcff;
    }
    .commenttext-admin p {
    margin-top: 1000px;
    }
    #commentsformheader {
    padding-left : 0;
    }
    #commentsform {
    text-align : center;
    margin : 0;
    padding : 0;
    }
    #commentsform form {
    text-align : left;
    margin : 0;
    }
    #commentsform p {
    margin: 0;
    }
    #commentsform form textarea {
    width : 99%;
    background : #fff;
    border : 1px solid #ddd;
    font-family: Tahoma, Verdana, sans-serif;
    }
    p.comments_link img {
    margin : 0;
    padding : 0;
    border-top-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-left-style : none;
    }

    Thanks to those who lend a hand.

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