Okay
  Public Ticket #1203085
subtitle error
Closed

Comments

  •  3
    slego started the conversation

    Hi,

    I have a portfolio hover with title and subtitle.

    Works fine except at resolution  990px - 780px the subtitle dissapears ? 

  • [deleted] replied

    Hi slego,

    Can you please add the code below to your Custom CSS area:

    @media screen and (max-width: 992px) {
        .portfolio-holder .thumb .hover-state .info p {
            display: block !important;
        }
    }
    
  •  3
    slego replied

    perfect, thank you!