Okay
  Public Ticket #1171108
Portfolio module reposnive
Closed

Comments

  • Andy started the conversation

    Hi there,

    Thanks in advance as always. I have a portfolio module running here http://www.onceupon.website/millernew/projects/

    with the title on hover, but on mobile there's no title at all - can I force it to appear by default on mobile only please?

    Thanks


    Andy

  •  9,022
    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: 1024px) {
        .portfolio-items .work-info ,.portfolio-items .work-info h3 {
            opacity: 1 !important;
        }
    }

    Thanks


    ThemeNectar Support Team