Illdy - responsive menu still shows after expanding or maximising window

Hi,

Please advise if the following is designed to work like this. If so, can it please be changed?

In the Illdy theme, when making the browser window smaller and clicking the burger icon to open the menu, the menu items appear correctly but if not toggling the burger to close the menu items and then maximising the window again, the menu items still appear on the page on the left. This is also happening in the Illdy demo.

Hey there,
Hope you’re doing well today

That should not be the case. Please provide me with a link to your site so that I may have a look at this and see why its showing above the breakpoint its dedicated for.

I look forward to your reply :slight_smile:

Best Regards,
Support

Hi,

Site not live yet - however, the same is happening with the Illdy demo.
Can you please have a look at the demo: https://colorlib.com/illdy/ - it is doing the same thing.

Thank you.

Hi,

Any word on this yet?

Hi there,
Thanks for keeping in touch with us.

Thanks for pointing this out, however, in reality, this will never be rendered with normal use.

If you’d like to make sure this doesn’t happen on your site, you may just add the CSS below to Appearance > Customize > Additional CSS:

@media (min-width:993px){
  nav.responsive-menu.active{
    display:none!Important;
  }
}

I hope this helps :slight_smile:

Best Regards,
Support

Thank you.

This works perfectly.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support