See attached photo. How can the menu be fixed to be mobile menu in tablet landscape view.
website: https://rdapsentencereduction.com
I’ve used some css codes i had before for such issues and they arent working.
		
	Hey zohar2014,
Please try the following in Quick CSS under Enfold->General Styling:
<pre><code>@media only screen and (max-width: 1024px) {
  nav.main_menu {
    display: block !important;
  }
  #avia-menu .menu-item {
    display: none;
  }
  .av-burger-menu-main.menu-item-avia-special {
    display: block;
  }
}
Best regards,
Rikard
The code worked, thanks
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Basilis
