Issues with mobile menu elements occasionally not showing is present only on iPhones with iOS11. In order to fix this , please add this code to Appearance > Customize > Additional CSS:
.mobile-menu-class ul li {
-webkit-transform: translateZ(0);
}Issues with mobile menu elements occasionally not showing is present only on iPhones with iOS11. In order to fix this , please add this code to Appearance > Customize > Additional CSS:
.mobile-menu-class ul li {
-webkit-transform: translateZ(0);
}