Home › Forums › WoodMart support forum › Product view problem in safari › Reply To: Product view problem in safari
December 25, 2017 at 12:20 pm
#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