[ad_1]
When I make the window smaller the icon images overlap, get smaller or disappear. And the images that I have on the right side look bad with the text on the left. Any solution?
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
Set the columns to collapse earlier with a media query – or whatever nonsense elementor offers these days.
Use an icon heading or a module, instead of columns and images – modules will resize / collapse better.
Use VW/VH for font-size and it will shrink so it doesn’t overlap (e.g. h2 { font-size: calc(1em + 1vmin); }
Use vw for sizes on the columns or images so they shrink.
Check elementor docs for ‘responsiveness’ and follow the guides.