css issue
-
Basic Extended albums created originally via Nextgen are styled within a div of
.ngg-albumoverview
Basic Extended albums created via the Imagely block are styled within a div of
.ngg-albumoverview.default-viewNow, the css in nextgen_basic_albums.css has a fault:
.ngg-albumoverview.defaultview p.ngg-album-gallery-image-counter { display: none; }
should be changed to { display: inline; }
so that the image count is displayed correctly.
You must be logged in to reply to this topic.