Hi there,
I am trying to edit the gallery navigation and thumbnails so that they appear below the main gallery image. I am working in a modified theme but my CSS and HTML arent fantastic. Is there a way of giving the gallery divs a property?
Thanks in advance.
Page 1 of 1
Gallery Editing options for the gallery
#2
Posted 11 December 2011 - 04:15 PM
I've never done this (or seen this done) before, and it might need some slight adjusting but you could *potentially* add something like this...
.posterousGalleryMainDiv {
margin-bottom:70px;
position:relative;
}
.posterousGalleryNavigationDiv {
position:absolute;
bottom:-40px;
}
.posterousGalleryThumbnailsDiv {
bottom:-100px;
position:absolute;
}
Share this topic:
Page 1 of 1

Help











