Hi Luca,
Sorry for the late response.
The changes you’re describing would need to be made using some custom CSS in your theme. Please contact me through my website if you would like some help with this.
Thanks.
Ross
Thanks for the suggestion. This has been applied to the plugin.
Looks like you’re floating the div so everything else is trying to wrap around it.
There are a few ways you could fix this. If you can edit the stylesheet then you could use a clearfix on the div and float the image inside it. If not, then I guess the quick and dirty way would be to put:
<div style="clear:both;"></div>
after
<div class="alignright">
</div>