Hi, how can I remove the dots on mobile from an image hotspot element and how can I make the number bubble be aligned to the right instead of the left? So the bubble with the number will be to the right of the text bubble.
Thanks.
Hey DROR,
Thank you for using Enfold.
Please use the following css codes.
@media only screen and (max-width: 767px) {
.responsive .av-hotspot-image-container.av-hotspot-blank.av-mobile-fallback-active .av-image-hotspot_inner {
text-indent: 0px;
display: none;
}
.av-non-fullwidth-hotspot-image .av-hotspot-fallback-tooltip-count {
right: 0;
}
.av-hotspot-fallback-tooltip-inner {
margin-left: 0;
margin-right: 60px;
}
.av-hotspot-fallback-tooltip div.avia-arrow {
right: 60px;
}
.avia-arrow {
margin-left: 0;
margin-right: -5px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
}
Best regards,
Ismael
Thanks!
Hi bakbek,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria