Okay
  Public Ticket #707735
Extend Portfolio Masonry Gallery Title Styles Mobile
Closed

Comments

  •  5
    Mark started the conversation

    Portfolio masonry gallery.... 

    Portfolio post titles over the darker background thumbnail overlay is not displayed on iPad / tablet screen sizes like it is on phone screen sizes.... How do I extend that style to tablet sizes?

    Having the tablet use the same style as the desktop (ei: only displaying title and overlay when rolled over) doesn't make sense. 

    Thanx!


  •  8,992
    Tahir replied

    Hey Again,

    Sorry for the Weekend Delay, The Tablets dont have a hover effect so there are technical restrictions. 

    Best.


    ThemeNectar Support Team 

  •  5
    Mark replied

    Yes I am aware, that's my point. 

    I want the portfolio thumbnail's desktop hovered state to be the default state for Tablet view — Just like it does on phone sizes.

  •  8,992
    Tahir replied

    Hey Again,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1020px) {
        .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
            opacity: 1;
        }
    }
    
    

    Best.


    ThemeNectar Support Team 

  •  5
    Mark replied

    Thanx worked great!