Hi All
I had difficulty with a white-space surrounding the slides on my girlfriends website:
http://www.chilidesign.co.uk/
I was able to address this using:
<div align="center" class="" style="background-color: #77c6c5; background-position-x: 46%;">
<?php if ( function_exists( "easingsliderlite" ) ) { easingsliderlite(); } ?>
</div>
In template-front.php.
Hope useful.
Mike
It’s ok – I managed to resolve by using:
<div align="center" class="" style="background-color: #77c6c5; background-position-x: 46%;">
<?php if ( function_exists( "easingsliderlite" ) ) { easingsliderlite(); } ?>
</div>
in the template-front.php