@svenschautvorbei please update to version 2.5.5 – it should be fine now 🙂
Don’t forget to CTRL F5 a few times before testing
Hi there,
is not fixed because your css definition overwrites all, from other plugins,
themes etc., no class/selector defined, so all overwritten
example data-tooltip
so all plugins themes use a tooltip you overwrite it, and it shows two times and wrong layout
[data-tooltip]:not([flow])::before,
[data-tooltip][flow^=up]::before {
bottom:100%;
border-bottom-width:0;
border-top-color:#333
}
[data-tooltip]:not([flow])::after,
[data-tooltip][flow^=up]::after {
bottom:calc(100% + 5px)
}
[data-tooltip]:not([flow])::after,
[data-tooltip]:not([flow])::before,
[data-tooltip][flow^=up]::after,
[data-tooltip][flow^=up]::before {
left:50%;
transform:translate(-50%,-.5em)
}
@svenschautvorbei We’ve just released another fix, please update to 2.5.6 and tell me if it’s good now 🙂
Yes, its fine now, great support
@svenschautvorbei super glad to hear that 🙂