Hi there,
I’ve noticed that the hover box on team members (with icons) is very short and I can’t fit any of the email addresses properly. Is there a solution for this?
I’ve attached a screenshot for your reference:
http://getcommunications.co.nz/wp-content/uploads/2013/07/Screen-Shot-2013-07-11-at-3.53.46-PM.png
Look forward hearing your feedback.
Cheers,
Max
Hi Max,
Can we see the page live? The container should stretch to fit the contents so inspecting the code should help with finding out whats going on.
Regards,
Devin
Hi Devin,
Only saw your reply now.
Here is the link to the test site:
http://polo.getcommunications.co.nz/enquiries-all/bmw-nz-polo-open/
If you hover over Amy and hover on email – you’ll see what i mean.
Cheers,
Max
Hey!
You can add this on your custom.css or Quick CSS
.avia-tooltip {
width: auto;
}
If it doesn’t work, try this one:
.avia-tooltip {
width: 200px;
}
Best regards,
Ismael
Thanks, made it 250px and it fit.