Hi, I have an image with hotspots and on mobile the number shows on the left but i’m running a Hebrew site so I would like it to show on the right side. This is how it looks now – https://trello-attachments.s3.amazonaws.com/542cbce40e0157f4630d9917/1024×577/cee757c1559fb47d52210cb04492ec9a/photo.jpg
This is the page URL – http://polytown.co.il/twinmotion
How can I make the hotspot number appear to the right of the text box next to it?
Thanks.
Hi bakbek!
Thank you for using Enfold.
Please use this on Quick CSS:
.av-hotspot-fallback-tooltip-count {
top: 15px;
right: 15px;
z-index: 10;
}
.av-hotspot-fallback-tooltip-inner {
margin-right: 60px;
}
Best regards,
Ismael
Thanks Ismael.
How can I also align to the right the text that appears once I hover over a hotspot on the image on a desktop – http://screencast.com/t/WShGgmQLEt?
Thanks.
Hi!
Could you please provide us the link to the page for your second request. It will help better troubleshoot the issue.
Regards,
Arvish
It’s on the same page – http://polytown.co.il/twinmotion/#what – just scroll down a little until you see the big mac screen with the hot spots.
Hi!
Please use this:
.av-tt-hotspot {
text-align: right !important;
}
Best regards,
Ismael
Thanks.