Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #207910

    Hello,
    I would like to understand and fix this problem:
    when I make Firefox window smaller, the menu disappears!
    Then, if I make the window more small, menu appears again (obviously in drop-down format).

    Please, check http://www.incitygolf.com/wordpress/

    Pietro

    • This topic was modified 10 years, 3 months ago by studiotopo.
    #207967

    Hey studiotopo!

    Please try to insert following code into the quick css field

    
    @media only screen and (max-width: 989px) and (min-width: 768px){
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }
    

    Cheers!
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Menu disappears…’ is closed to new replies.