Hello Everyone!
Having an issue with the positioning of our slider, any help on this would be greatly appreciated.
web.ptd.net/Wayne/index.php/properties-for-sale#jans_1
^ Website for a Bank
On the left, you see about 50 pixels of white space. The image should be covering that up.
In the article text we have;
Code: |
{arijnewsslider
height="455" width="960"
useJoomlaArticle="true"
showTabs="false"
articleSortField="created"
articleItemCount="3"
articleCatId="29"
showNextPrev="true"}
{ariarticletemplate}
{$introtext}
{/ariarticletemplate}
{/arijnewsslider}
|
If you look at the Element in Firebug, you will see;
Code: |
<div class="ariNewsSlider" style="width: 1016px;">
|
If you change 1016px to 960px in Firebug, the slider is positioned correctly.
Again, any help on this would be awesome.
Thank you.