Home Forums WoodMart support forum Tooltips are not shown correctly

Tooltips are not shown correctly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52309

    kaileingang
    Participant

    Hey there,

    On my website in the Dokan Vendor Dashboard Tooltips are not shown correctly with the woodmart theme. I tested also the dokan theme where they worked. the tooltip boxes are shorter than the tooltips themselves cutting the text of it

    Attachments:
    You must be logged in to view attached files.
    #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

    #52338

    kaileingang
    Participant

    That works, Thank you!

    #52353

    You are always welcome. If you have any questions feel free to contact us.

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Tooltips are not shown correctly’ is closed to new replies.