Home › Forums › WoodMart support forum › Mobile Sidebar Categories – Issue with IE only › Reply To: Mobile Sidebar Categories – Issue with IE only
September 27, 2019 at 11:02 am
#147015
Aizaz Imtiaz Awan
Keymaster
Hello,
Please use the below Custom CSS on your site under Theme Setting >> Custom CSS >> GLobal CSS section:
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.mobile-nav .site-mobile-menu > li > a {
padding-top: 15px;
}
}
Please make sure, you should disable and flush the Cloudflare CDN Cache from server then check the result. I have tested the above code on my test site and it is working absolutely fine on the IE.
Best Regards.