[ad_1]
Hey guys, hope you guys doing good. I’m using DIVI theme to build my post. I set section, row and module in relative positive. However, the image and sometimes text floats around when I’m minimize the browser. Could you guys please tell me what’s wrong and how to fix it? Thank you so much.
[ad_2]
It’s called CLS (Cumulative Layout Shift) and apart from overriding Divi CSS with custom CSS of your own, I’m not sure there’s a solution.
If you want to override the Divi CSS, then you need to make the image responsive. There’s a couple of ways to do this but you could try…
#ID_OF_IMAGE {
width: 100%;
height: auto;
}