Advertisement
fauzanjeg

JKIT || Fix Gallery Image 2x Click issue on Tablet/Mobile Device

Nov 21st, 2024
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. /* Fix Gallery Image 2x Click issue on Tablet/Mobile Device */
  2. @media screen and (max-width: 768px) {
  3.     .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay {
  4.         visibility: unset;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement