Hello,
1. Please try change yours module position and check what happened.
All look like that depend from yours template
2. Also that very much depend from yours template styles.
But you may try do that:
Please go to(that depend from what module you use):
{yours site}/modules/mod_booklibrary_newbooks_ext_free/
or
{yours site}/modules/mod_booklibrary_newbooks_ext_pro/
or
{yours site}/modules/mod_booklibrary_newbooks_ext/
in file: mod_booklibrary_newbooks_ext(..).php
please find row:
Code: |
<img src="<?php echo $imageURL; ?>" hspace="2" vspace="2" border="0" height="<?php echo $coversize; ?>" /></a>
|
and change to
Code: |
<img src="<?php echo $imageURL; ?>" hspace="2" vspace="2" border="0" height="<?php echo $coversize; ?>" style="float: left;" /></a>
|
Thanks,
OrdaSoft team