Hi --
I need to have a NGG+gallery view gallery side by side with another simple fixed image on my page (this one align right of the gallery). I tried fiddling with css classes a bit (and float), on both galleryview and my theme .css files, but no luck so far, i.e. the fixed picture is diplayed underneath the gallery whatever I try.
I'm using GPP "Fullscreen" theme.
Any hint on the easiest way to do this.
TIA!
I also tried inserting a NGG single pic + float="right" but it still comes underneath the gallery (vs. inline).
What I did for now is edit .ngg-albumoverview to 75%, then inserted the gallery tag within a div with a top right background image. That's just a workaround for now as the mobile version(WPTouch) is broken then...
Any idea as to putting an image inline with a gallery thumbnails? In my case it's a vertical image which height is three thumnail rows.
TIA.
I finally found a solution :
In nggallery.css remove "clear:both" in .ngg-galleryoverview class
Then within the post, nest the gallery tag within a div in which you place an img with a float:right attribute. That seems to work.