Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
How-to and Troubleshooting
3
Posts
2
Users
2
Reactions
1,423
Views
Sep 21, 2019 8:01 am
Hi
Can the tooltip dimensions be adjusted horizontally in mobile view, which presently extends vertically. To make myself clear, I have attached the screenshots which shows the tooltip displayed on desktop and mobile views.
Warmest Regards
BM
2 Replies
Sep 21, 2019 8:28 am
Hi @dhyanakendra,
You can use the following CSS code, it should help you to solve the issue:
@media only screen and (max-width: 600px) {
[wpf-tooltip]::after {
min-width: 50vw;
}
}
Please try on incognito mode because mobile browsers have a hard cache.
Sep 21, 2019 9:12 am
Thank you again! Please close this topic as resolved.
Warmest Regards
BM