Notifications
Clear all

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.

 

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

3 Posts
2 Users
2 Reactions
1,423 Views
Posts: 38
Topic starter
(@dhyanakendra)
Trusted Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 6 years ago

Thank you again! Please close this topic as resolved.

Warmest Regards

BM