How-to and Troubleshooting
3
Posts
2
Users
2
Reactions
1,073
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