Forums
(@weirdfeet)
10 years, 7 months ago
Hey,
I also found that this was an issue. I followed the fix outlined in the comments here.
Basically just add:
@media (min-width:1199px) { #site-navigation { display:block !important; }
to the template.css file (in assets/css/).
Hope that helps.