 
	
		
		
		
		
			
I have activated the mobile menu option for tablets , however the burger icon is not showing up on the IPad Pro/tablet, just the text menu
the problem is I have quite a few menu items and when the tablet is in portrait mode the menu runs into the logo
why is this feature is not working ?
running WP5.0.3 and Enfold Version: 4.5.1
site is  sprenzlaw.com 
Hey webworm72,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-item {
    display: none;
  }
  .av-burger-menu-main.menu-item-avia-special, #menu-item-search {
    display: block;
  }
}
If you need further assistance please let us know.
Best regards,
Victoria
perfect thanks Victoria !
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Vinay
