Hey! Plugin works great except I want to align album/artist image left to the song track. Any idea how? Thanks!
Hey! Plugin works great except I want to align album/artist image left to the song track. Any idea how? Thanks!
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.
This topic has been closed to new replies.