Hi,
Is it possible to make the margin lower / smaller on a hotspot image?
Its the top margin on the map in the buttom.
Hey Jonas!
You have extra space on your image itself. Please edit your image and remove whitespace from it.
You can also use following code in Quick CSS in Enfold theme options under General Styling tab as a temporary solution
.home .av-hotspot-image-container {
top: -50px;
position: relative;
z-index: -1;
}
Regards,
Yigit