Viewing 1 replies (of 1 total)
  • Plugin Author WPZOOM

    (@wpzoom)

    Hello,

    Can you tell us what theme you use or maybe you can give us the address of your website, so we can see the problem live?

    It’s really hard to guess what could cause this problem, as I believe that it has to be some styles added by your theme on hovering.

    For example, if it’s a border, margin or padding added, then it can be removed by adding this CSS code in the Custom CSS:

    .zoom-instagram-widget__item img:hover {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    https://www.wpzoom.com/tutorial/recommended-practices-for-customizing-a-wpzoom-theme/

Viewing 1 replies (of 1 total)
  • The topic ‘Mouseover Bumps Picture to Next Row’ is closed to new replies.