I am using the album compact style.
However, it only show 1 album per row.
http://www.poba.net/iphone-wallpapers
how can i change the css codes so that it has multiple albums per row?
thanks.
I am using the album compact style.
However, it only show 1 album per row.
http://www.poba.net/iphone-wallpapers
how can i change the css codes so that it has multiple albums per row?
thanks.
i know the cause now, but i donno why it happens.
the plugin will generate the codes like:
<div class="ngg-albumoverview">
<div class="ngg-album-compact">
<div class="ngg-album-compactbox">
<div class="ngg-album-link">
<a class="Link" href="#" ><img class="Thumb" alt="Architecture" src="#"/></a>
</div>
</div>
<h4><a class="ngg-album-desc" title="Architecture" href="#" >Architecture</a></h4>
<p><strong>1</strong> Photos</p></div></div>
<div class="ngg-clear"></div>
<div class="ngg-albumoverview">
<div class="ngg-album-compact">
<div class="ngg-album-compactbox">
<div class="ngg-album-link">
<a class="Link" href="#" ><img class="Thumb" alt="Abstract" src="#.jpg"/></a>
</div>
</div>
<h4><a class="ngg-album-desc" title="Abstract" href="#" >Abstract</a></h4>
<p><strong>270</strong> Photos</p></div></div>
<div class="ngg-clear"></div>
but i look at html codes from other working sites like: http://www.joshimotions.de/galerien/
they have everything just inside one <div class="ngg-albumoverview"> ...</div>
Why my codes are different?
Switch to the default theme and check it, if this doesn't help disable all other plugins for a test, then you should be able to find the reason...
haha, that was a fast reply.
actually my set up was wrong, i set up mutiply albums with only 1 gallery in it.
now i think it works. thanks. alexrabe
This topic has been closed to new replies.