Notifications
Clear all

wpForo 1.x.x [Solved] Tooltip dimensions in mobile view

3 Posts
2 Users
2 Likes
897 Views
Posts: 38
Topic starter
(@dhyanakendra)
Trusted Member
Joined: 5 years ago

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. 

Tooltip - Desktop View

Tooltip - Mobile view

 

Warmest Regards

BM

2 Replies
Sofy
Posts: 4199
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

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.

Posts: 38
Topic starter
(@dhyanakendra)
Trusted Member
Joined: 5 years ago

Thank you again! Please close this topic as resolved.

Warmest Regards

BM