Hi there!
Working on an image w/ hotspots element, but I ran into a couple of issue:
1) I have a couple of text items that are a larger font size than the standard paragraph size (H3, specifically) but the tooltip width is set and isn’t “responsive” to a particular width of a word/line of text. As a result, the word “LOCATION” gets broken up into two lines:
LOCATIO
N:
Is there a way to make it so the width of the tooltip text boxes aren’t set to a specific width, but respond to the width of the text lines as I set them?
2) The image I placed in the background appears to have some sort of overlay or opacity applied to it that I’d like to remove so it doesn’t look so greyed out.
Thanks in advance!
Nevermind about the image opacity – that was my fault! Just the tooltip text box stuff. Thanks!
Hi kellyCraftMedia,
For the tooltip in the image w/ hotspots, I have checked it however I don’t see the issue, I see it like this:
LOCATION:
SUITE 132
Is this already fixed?
Best regards,
Nikko
Hi! I made the font smaller so that it wouldn’t wrap funky. The issue is still there!
Hi kellyCraftMedia,
I see, please try adding this CSS code in Quick CSS:
#top .avia-tooltip {
width: auto;
}
Best regards,
Nikko