Home › Forums › WoodMart support forum › Tooltip bug with non-English characters › Reply To: Tooltip bug with non-English characters
January 3, 2018 at 10:21 am
#31375
Artem Temos
Keymaster
Hello,
Yes, we know this bug and working on it. As for now, try to add the following code snippet to the Custom CSS section in Theme Settings
.browser-Safari .product-grid-item.woodmart-hover-base .woodmart-buttons>div a {
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
line-height: 0;
}
.browser-Safari .product-grid-item.woodmart-hover-base.hover-width-small:not(.product-in-carousel) .woodmart-buttons>div a {
width: 40px;
}
Regards