The menu is clrealy there, if I set a marign right of 50% , i.e.
.main-navigation #main-menu {
//text-align: end;
margin-right: 50%;
}
I can see it and even see the close icon, it seems that what never becomes visible is the hamburger menu to open it.
Looks like it doesn’t work with max mega menu either:
https://www.megamenu.com/documentation/shopstar/
Could that be related?
I found the solution and the mega menu post did help, sorry I know its another plugin, but I still prefer yours in a few aspects 😀
I add to apply some changes to the suggestion they have there but ended up with this for my nav in the header
<nav id="site-navigation" class="<?php echo ( !is_front_page() || ( get_theme_mod( 'shopstar-slider-type', customizer_library_get_default( 'shopstar-slider-type' ) ) == 'shopstar-no-slider' && !get_header_image() ) ) ? 'bottom-border mobile' : 'bottom-border'; ?>" role="navigation">
<div class="container shopstar-mobile-menu-primary-color-scheme <?php echo ( !is_front_page() || ( get_theme_mod( 'shopstar-slider-type', customizer_library_get_default( 'shopstar-slider-type' ) ) == 'shopstar-no-slider' && !get_header_image() ) ) ? 'bottom-border' : ''; ?>">
<div class="padder">
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</div>
</div>
</nav><!-- #site-navigation -->
Hopefully this will help others!
-
This reply was modified 2 years, 10 months ago by
mike-pt. Reason: mark resolved
Hello Mike,
We are very sorry that the mobile menu is not working. I think your site has some CSS issues. Please give me your site URL and please contact our support mail(support@themeum.com), support will help you.
Thanks