In my Galleria, the image description appears as caption text, but it appears on the left-hand side instead of centered. Is this a bug? I see the css has a .caption style that says text-align: center, but in my HTML output this never gets called. From Firebug, this is what I get:

SWDBlueSalamander

Comments

epg’s picture

Uugh, looks like all my html got filtered. Let me try again:


<div id="main-image" class="galleria_container">
<div class="galleria_wrapper">
<a onclick="Lightbox.start(document.getElementById('galleria_link_1')); return false;" href="#">
<img class="replaced" src="http://testsite/sites/testsite/files/imagecache/galleriamaindisplay/coolimage.jpg" title="View full-size"/>
</a>
</div>
<span class="caption" style="">This is a Cool Image</span>
</div>

etc...