Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 7 posts - 1 through 7 (of 7 total)

Avatar margin staggering (on comments)

Home Forums Misc. General Forums Avatar margin staggering (on comments)

  • #13152

    grosset

    subscriber

    Hello,

    I Would like to move a little bit the avatar of people who comments so that their name and avatar doesn't encroach upon the comment text, as you can see on the picture.

    [attachment=8039,526]

    #20639

    Towfiq I.

    administrator

    can you post the page link here?

    #20640

    grosset

    subscriber
    #20641

    Towfiq I.

    administrator

    Add this to your stylesheet:

    .org_comment{width:65%!important;}

    #20642

    grosset

    subscriber

    I added the code like this:

    .commentlist .comment-meta a, .commentlist .comment-meta a:hover{ color:#999; font-size:12px;}

    .org_comment {float: left; width: 85%;}

    .org_comment{width:65%!important;}

    but it doesn’t seem to be working…

    #20643

    Towfiq I.

    administrator

    add this too:

    .vcard{width:78px!important;}

    #20644

    grosset

    subscriber

    PERFECT!

    thank you!