Home Forums WoodMart support forum MOBILE / TABLET – ANIMATION AND TRANSITIONS Reply To: MOBILE / TABLET – ANIMATION AND TRANSITIONS

#119480

editive
Participant

Hi,

I only let this code :

/* Small Devices, Tablets */

@media
only screen and (max-width : 768px) {
.animated {
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
}

And on mobile the rows work.

Best regards