Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #266093

    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.

    #266112

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.