1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved Elements or Rows resizing on mouseover?

Discussion in 'Free Divi Community Forum' started by Promultis, Oct 15, 2020.

  1. Promultis

    Promultis New Member

    Hi,

    I'm using Divi Builder to create my website and on some certain pages, I'm having an issue where elements are shifting contents below them on mouseover. It appears that the issue is only happening on interactive elements, for example, I have an image, and when I add an on-click link to the image it will resize either the image or the row it's in when you hover over it

    I've tried setting the hover behaviour of the margin and padding of the elements but this has no affect
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade horizontal timeline design for your Divi site without using any plugins:View Demo
  2. Promultis

    Promultis New Member

    Just to add to this

    I've narrowed it down to an icon overlay that is appearing when you hover over the image, I added the following CSS to my page which removes the icon but I think the styling is still being called?

    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none!important;
    }