/ Published in: CSS
You have to make the container that holds the thumbnail and information float left, inline nor inline-block works.
Expand |
Embed | Plain Text
div.container { float: left; }
You need to login to post a comment.
