Hello,
I’ve got the problem that my image with hotspots is not responsive. On some screens you see the complete image, but on other screens you don’t. Maybe you can help me, thanks!
Hey wpstarter!
What page is the issue happening on? By default the hotspot element images are responsive. You can see an example on the theme demo: http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/
Cheers!
Devin
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-hotspot-container { display: block; }
Regards,
Yigit
Thanks a lot, perfect!