doc4 and/or dewski007
Sorry to bother you but I have the same problem as dewski007 but after reading doc4’s suggestion I still do not understand how to make the avatar align left. I’m a newbie with php. Can you provide the entire script, please? So far, I have only:
<?php echo get_avatar($post->post_author); ?>
and the avatar automatically goes right.
I do not understand where I should put:
.date .avatar {
width: 16px;
height: 16px;
float: left;
display: block;
}
on my page.
Thanks!