Generatepress Mobile Menu Disappear
-
My website quynhan.vn
My mobile menu disappear , some code i use:Function.php
// Move Menu to left and create sidebar add_filter( 'generate_navigation_location', function() { return 'custom'; } ); add_action( 'generate_after_header', function() { ?> <div class="navigation-slider-area grid-container grid-parent"> <div class="gen-sidebar-nav"> <?php generate_navigation_position(); ?> </div> <div class="slider-area"> <div class="slider-1"> <?php echo do_shortcode( '[metaslider id="851"]' ); ?> </div> </div> </div> <?php } );Custom CSS
/* Move mainpage to below */ .navigation-slider-area { display: flex; } .navigation-slider-area .gen-sidebar-nav { width: 16%; } .slider-area { width: 84%; } /* main menu drop to right */ .dropdown-hover .main-navigation:not(.toggled) ul li:hover>ul, .dropdown-hover .main-navigation:not(.toggled) ul li.sfHover>ul { left: 100%; top: 0; }1 My Menu Mobile not show up https://i.imgur.com/Zlj5Pm2.png
How to get menu like image 2, dropdown like image 3 ?
2 https://i.imgur.com/6omxiz3.png
3 https://i.imgur.com/z3Ukbtf.pngAnd if you have a litte time can you fix slideshow not full width .
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘Generatepress Mobile Menu Disappear’ is closed to new replies.
