Home Forums WoodMart support forum I have faced problem on product tab and shop product layaout in iphone Reply To: I have faced problem on product tab and shop product layaout in iphone

#203970

Artem Temos
Keymaster

Hello,

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

div.woodmart-products-tabs .woodmart-tab-content,
.products {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

Regards