Topic: navPadding in gallery.xml has no effect
I'm trying to set navPadding in gallery.xml but with no appearent results.
Currently I'm trying to use it as an attribute in the gallery tag. I have tried setting it to values between 0 and 20, but the placement remains the same always.
I am placing the thumbnails below the main image.
Any help appreciated.
My XML
<gallery navPadding="0" >
<amgVersion>0.5</amgVersion>
<iconicPreview>iconic_preview.swf</iconicPreview>
<xmlTransformer>xmlTransformer.xslt</xmlTransformer>
<xmlPath>gallery.xml</xmlPath>
<wrapperPath>index.html</wrapperPath>
<mainSWF>viewer.swf</mainSWF>
<filePath>swfobject.js</filePath>
<filePath>viewer.swf</filePath>
</gallery>