• I’m having problem aligning the comments(i’m also using Dodo’s Threaded Comments hack I want them aligned as well) and the posts…

    Here’s the comment part of my css
    }
    ol#commentlist p {
    font-family: verdana, arial, sans-serif;
    margin:0;
    padding:10px
    }
    ol#commentlist li {
    font-family: verdana, arial, sans-serif;
    list-style-type: none;
    margin:0;
    padding:0;
    }
    ol li ul {
    font-family: verdana, arial, sans-serif;
    list-style-type: none;
    border-left: 1px solid #ddd;
    margin:0;
    padding:10px
    }

    View Css code source at: https://blog.myisha.net/style.css

    Using Podz Graphical CSS Explained I was able to align them somewhat :/
    If anyone could help me out i would appreciate it alot…
    Thanks in advance
    Myisha

Viewing 2 replies - 1 through 2 (of 2 total)
  • ol#commentlist li,ol#commentlist li p {
    font-family: verdana, arial, sans-serif;
    list-style-type: none;
    margin-left:-20px;
    padding:0;
    }

    There’s a change in there, does it help much ?

    (And thanks for the block ?? )

    Thread Starter myisha

    (@myisha)

    It did ..Thanks podz I really appreciate it and you welcome LOL

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