Sorry,
How can I delimit the maximum width of the main menu before converting it to hamburger menu.
Tnx
Hello, I proved what you suggest, but it seems it doesn’t work.
At the top of the header it appears the code I insert:
//——————————– // Header widget area for menu below //——————————– add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ ); function enfold_customization_header_widget_area() { dynamic_sidebar( ‘header’ ); }
—