Hi,
I’m having difficulty aligning a single product within text of a blog post. I want the product to be left aligned and the text to wrap around like this:

Here’s the code I have been using:
[etheme_products skus=”001″ type=”grid” columns=”1″]
and with div
<div style=”float: left; margin: -830px;”>
[etheme_products skus=”001″ type=”grid” columns=”1″]
</div>
But even though I select it as 1 column and even try a div tag to wrap, it either pushes the text fully below the product or when the div is used, it makes the product smaller and the text indents about 500px over to the right. Can you help please?
Many thanks
Ky