• Resolved sureno

    (@sureno)


    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,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sureno

    (@sureno)

    I try with this

    @media screen and (min-width:801px) .nav-toggle.active .menu { display: block; }

    But, it is not a solution.

    Thread Starter sureno

    (@sureno)

    @media only screen and (min-width:800px)
    {
    .nav-toggle { display: none; }
    .navigation { display: block; }
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Menu complete in desktop’ is closed to new replies.