Viewing 2 replies - 1 through 2 (of 2 total)
  • don’t float your paragraphs. it’s in 2 places. remove the
    float: left;

    #post-entry p {
    -x-system-font:none;
    color:#4C2F1C;
    float:left;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:22px;
    margin:0 0 15px;
    width:98%;
    }
    
    p {
    float:left;
    line-height:25px;
    margin:6px 0 6px 5px;
    padding:0;
    width:180px;
    }
    Thread Starter herbshirt

    (@herbshirt)

    Thanks so much.

    Sorted.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image alignment issue despite suggested code added’ is closed to new replies.