Tagged: gallery
Hi,
I built in a portfolio and it shows the portfolio with ajax. Beside the gallery i put some toggles with informations. When i activate/deactivate the toggles, the content-box gets smaller and so the picture and the text jumps to the left.
Any idea to fix it or a workaround?
thanks
Hey xxtita!
I don’t think there is anything we can do there. If you force the gallery down with CSS then the images will look distorted. If you still want to try it then the CSS would look like this.
.avia-slideshow-gallery.av_slideshow.avia-slide-slider, .avia-slideshow-inner, .avia-slideshow-inner img {
min-height: 800px;
}
Cheers!
Elliott