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
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