Mobile Sidebar Categories – Issue with IE only
-
Dear,
I was just testing the site on Internet Explorer and found that the mobile sidebar categories are being showed vertically aligned to the top. The values should be vertically centered.
It works fine with all other browsers except IE. Can you please fix this?
Thanks
Attachments:
You must be
logged in to view attached files.
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.
Thanks, you code works great on naviguation 1st level but I need also sub-levels. Can you help please?
Attachments:
You must be
logged in to view attached files.
Hello,
Please use the below Custom CSS instead of the old which I have given you earlier in my above message 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;
}
.site-mobile-menu .sub-menu li a {
padding-top: 15px;
}
}
Best Regards.
Works great thanks!
You can close this ticket
Hello,
I’m so happy to hear you are pleased with the Theme and Support. XTemos strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer.
Thanks for contacting us.
Have a great weekend.
Topic Closed.
Best Regards.
The topic ‘Mobile Sidebar Categories – Issue with IE only’ is closed to new replies.