Too much white space at the bottom Portfolio 3 Column Ajax – se http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ – click the first image of the phone – the frame is twice as large as the to be – then ‘jumps’ back
Hey, have not forgotten this problem?
Hey 2funky!
Yes, the container does not know the size of the content before it’s loaded and added to the DOM and thus Kriesi sets a high default height to avoid styling issues. You can try to set a mac height with this css code
.portfolio_preview_container{max-height: 400px !important;}
.portfolio_preview_container.open_container{max-height:none !important;}
but I think it will break the animation effect.
Best regards,
Peter
thank you, it does not work perfectly – but it’s good enough for now