Home › Forums › WoodMart support forum › Header on mobile view not Smooth › Reply To: Header on mobile view not Smooth
May 22, 2018 at 9:37 am
#58783
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings for mobile devices only
div.whb-main-header {
position: fixed!important;
-webkit-transform: translateZ(0);
transform: translateZ(0);
top:0;
}