Home Forums WoodMart support forum Product view problem in safari Reply To: Product view problem in safari

#30457

Artem Temos
Keymaster

Hello,

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

.woodmart-buttons .quick-view,
.woodmart-buttons .yith-wcwl-add-to-wishlist {
    height:45px;
}

.woodmart-buttons>div a:before {
    display:inline-block;
}

Regards