Okay
  Public Ticket #2782494
The Hover effect does not work well on tablet and mobile
Closed

Comments

  •   over started the conversation
  •   over replied privately
  •  1,810
    Support replied

    Hi there,

    this is related with the fact that hovering does not work on mobile however you can make the titles visible on responsive:

    @media only screen and (max-width: 1024px) {

        .item-overlay, .item-title, .item-cat {
              opacity: 1;
         }

    }

    in customizer -> additional CSS

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   over replied privately
  •   Support replied privately
  •   over replied privately
  •   Support replied privately
  •   over replied privately
  •  1,810
    Support replied

    try also adding in customizer -> additional CSS

    @media only screen and (max-width: 1024px) {

    .item-cat {
        margin-bottom: 0px;
        margin-left: 20px;
        font-size: 10px;

    }

    .item-title {
        font-size: 10px;
        line-height: 15px;
        margin-left: 20px;
    }

    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   over replied privately
  •  1,810
    Support replied

    Hello,

     as you can see the code below applies for resolutions less than 1024px so you can change that by increasing the resolution width.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   over replied privately
  •   Support replied privately