Hi, sorry for my late response. You have to edit the stylesheet (open the file wplastfm.example.css) and add the property float: left to the ul.lastfm li img element. Maybe this requires additional adjustments. Then save the file and rename it to wplastfm.css.
For example (i’m using a similar stylesheet on my site):
ul.lastfm li {
white-space: nowrap;
overflow: hidden;
}
ul.lastfm li img {
float: left;
padding-right: 4px;
}
I hope I could help you.