Viewing 2 replies - 1 through 2 (of 2 total)
  • Where do you want the image? If it is to the right of the text you have to “float right”

    The call to display the image should be after this (or something close)
    <div class="commenttext">

    Thread Starter blckleprd

    (@blckleprd)

    I dont quite understand your directions. What exactly should I do? My comment loop is at https://phpfi.com/62994. I still can’t figure out what I’m doing wrong. Gravatars are defined in css as follows:

    /* Gravatars */
    #commenttext {
    }

    #commenttext .gravatar {
    float: right;
    }

    .postgrav {
    float: left;
    padding: 3px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #000;
    background: #fff;
    }
    /* End Gravatars */

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gravatar in comments in wrong place’ is closed to new replies.