Okay
  Public Ticket #1368341
Problem - Portfolio (Mobile)
Closed

Comments

  • danidanito69 started the conversation

    Hello,

    I'm working on http://bim2vr.es/recursos

    The problem is, when in mobile, the portfolio overlay black color, that helps to read the text, disappears...

    Is there a way, the overlay remains in tablet/mobile too?

    Thank you very much.

    Best,

    Dani.

  •  9,068
    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: 1000px) and (min-width: 1px) {
        .work-item:not([data-custom-content="on"]) .work-info-bg {
            display: block !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • danidanito69 replied

    Hey,

    It worked perfectly.

    Thanks,

    Best.