Hi, how can I make the text on the left side bubbles of an image hotspot element be aligned to the right instead of the left?
I want the right side bubbles to remain left aligned, only the left side bubbles should be right aligned.
How can I do this?
Hey DROR,
Try this code in the General Styling > Quick CSS field:
.av-tt-hotspot.av-tt-pos-left .inner_tooltip p{
text-align: right !important;
}
Best regards,
Mike
Awesome. Thanks!