Forums
Forums / Theme: Hoffman / Menu complete in desktop
(@sureno)
11 years, 7 months ago
I don’t know how. The Hoffman theme is pretty, really pretty on Phablets, but on desktop is live a bit confuse by the menu is not show.
I need show the complete menu by default on desktop and not the word “Menu”
Any ideas about this?
Thanks,
I try with this
@media screen and (min-width:801px) .nav-toggle.active .menu { display: block; }
But, it is not a solution.
11 years, 6 months ago
@media only screen and (min-width:800px) { .nav-toggle { display: none; } .navigation { display: block; } }
The topic ‘Menu complete in desktop’ is closed to new replies.