Menu problem on several platforms

Hello, I have a problem for a few months : menu does not open or close on tablets and mobiles. I tested a lot of things: disabled plugins, custom css, … nothing works. Can you help me please ?

Hey @Romain65,

Thanks for reaching out!

I was able to replicate your issue just on the tablet but on mobile it is just working fine. I found out that this is the default behavior of renew stack and to fix your issue, please add the code below in the Theme Options > CSS.

@media (max-width: 1199px ) {
  .x-nav-wrap.mobile.x-collapsed {
    display: none;
	}
  .x-nav-wrap.mobile {
    display: block;
  }
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

It’s ok, thank you so mush.

Hey @Romain65,

You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.