Home Forums WoodMart support forum Mobile Sidebar Categories – Issue with IE only

Mobile Sidebar Categories – Issue with IE only

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #146819

    Jeriss Cloud Center
    Participant

    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.
    #147015

    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.

    #147151

    Jeriss Cloud Center
    Participant

    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.
    #147181

    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.

    #147231

    Jeriss Cloud Center
    Participant

    Works great thanks!

    You can close this ticket

    #147232

    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.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Mobile Sidebar Categories – Issue with IE only’ is closed to new replies.