Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #430661

    Hello,
    @ this link
    http://sflocations.com/clients/

    On an iPhone my masonry portfolio gallery always displays the title, even though I have my overlay setting to display on mouse over.

    I am using enfold 3.13 and wp 4.1.1

    Thanks in advance.

    John

    #431109

    Hi johnkentsf!

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .av-inner-masonry-content{
    display:none !important;
    }
    }

    Best regards,
    Rikard

    #431501

    Thank you Rikard, the css worked perfectly.

    John

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Masonry Portfolio Rollover set for Mouse over Displays always on Mobile’ is closed to new replies.