Hi,
I have a world map with the dots of the partners, but some dots are much near. I’d like to reduce a size of the dots so they seems less near.
How can I do this?
This is the link of the page
http://www.com-tech.it/products/partners/
Thanks
Hey Serena!
Add this to your custom CSS.
.av-hotspot-container .av-image-hotspot { width: 15px !important; height: 15px !important; }
If you want to change the size of only a few then you could try some CSS like this.
.av-hotspot-container-inner-wrap > .av-image-hotspot:nth-child(3), .av-hotspot-container-inner-wrap > .av-image-hotspot:nth-child(5) {
width: 15px !important; height: 15px !important;
}
Cheers!
Elliott
Great Elliott,
in the forum I find also this code to delate the pulsation, because with your code the pulsation area is big yet.
.av-hotspot-container .av-image-hotspot-pulse {
display: none !important;
}
Thanks ;)
Sere
Hey!
Glad to know we could help :)
Please let us know if you ever need any help in the future.
Cheers!
Dake