Mobile Menu
I tried creating the second menu and using this code on my header.php in my child theme, but it breaks the layout
if ( wp_is_mobile() ) {
wp_nav_menu( array( 'menu' => 'mobile-menu' ) );
} else {
wp_nav_menu( array( 'menu' => 'desktop-menu' ) );
}
Thanks
Comments
theme does not have such possibility. But if course, if you know coding, then everything is possible but we do not offer files customization because it is not allowed.
Thanks for understanding!