Small question.
Is it possible to make fullwidth masonry gallery work like this:
Desktop screensizes -> mouseover: show caption
Ipad (vertical, horizontal) and mobile -> always show caption
And thanks, theme is very cool and working fine.
Hey stakavainio!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 990px) {
.main_color .av-inner-masonry-content {
margin-top: -84px;
opacity: 0;
}
.main_color .av-inner-masonry-content:hover { opacity: 1; }}
Cheers!
Yigit