• Resolved grd

    (@grd)


    Greetings. I am not sure why my comments/gravatars are not lined up. The first few will be but then the 8th or 9th comments will be indented for some reason. Any ideas how to fix this?

    for example: https://www.gustavorojo.com/?p=385

    All of the comments are aligned except for number 10.

    Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • One thing you can do is make your gravs smaller, about 40×40. That would help alignment and speed loading from the gravatar server.

    Then try this code:
    .gravatar {
    position: relative;
    float: left;
    margin: 0 10px 2px 15px;
    border:1px solid #999 !important;
    padding:3px !important;
    clear: both;
    }

    see if that changes the display. Note with comments that a very short, say one line, they still may not align correctly. When that happens I just go in and edit the comment by splitting it and adding blank lines between sentences.

Viewing 1 replies (of 1 total)
  • The topic ‘Gravatar/Comments Not Lined up’ is closed to new replies.