• Hello,

    We’ve noticed that the navigation elements in the main menu have problems with displaying and in addition it’s not showing the menu items.

    I know its partly due to my own styling and formatting but I can’t seem to find any reference to the mobile menu apart from mobile.css

    Any ideas where I can edit the mobile menu?

    UPDATE——————————
    I managed to solve the problem.
    In header.php remove

    <?php if($themolio_is_mobile): ?>
    
                <?php themolio_pages_dropdown(); ?>
    
            <?php else: ?>
    
     <?php endif; ?>

    This may not be the result you ant but its what we wanted which is to have all the main menu elements show up in the mobile version and show up without a dropdown.

  • The topic ‘Main menu dissapperaing on mobile (SOLVED)’ is closed to new replies.