Am using Adaptor Post Preview, and want to change the thumbnail to float left. The current code is this:
`$markup = “<div class=’post-preview’>
{$thumbnail}
{$title}
<div class=’center-block excerpt-and-link’>
{$filtered_excerpt}
{$button}
</div>
</div>\n”;`
Is is possible to change this to have the thumbnail float left, and if so, how?
]]>