Home Forums WoodMart support forum Tooltips are not shown correctly Reply To: Tooltips are not shown correctly

#52326

Bogdan Donovan
Keymaster

Hello,

Thank you so much purchasing our theme and contacting our support center.

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.dokan-dashboard .tooltip-inner {
	max-width: 200px;
	height: auto;
	line-height: 1.2;
	padding: 10px 15px!important;
	white-space: normal;
}

Kind Regards
XTemos Studio