Navbar disappears on mobile devices

Viewing 2 posts - 1 through 2 (of 2 total)
  • #14179
    Pantomas
    Participant

    Hello,

    great Theme, but i have a problem with mobile devices:
    when i open the site on a mobile phone the navbar disappears

    her is the site i´m working on (still in progress):
    http://www.rswr.de/wordpress_351-de/wordpress/

    can anyone help me?

    Jan

    #14242
    Pantomas
    Participant

    sonai from wordpress.org told me this solution an it worked:
    paste this code at your custom css:

    @media (max-width: 800px)
    {
    #access
    {
    position: relative !important;
    }
    #access ul
    {
    height: auto;
    width: 100%;
    }
    #access ul li a {
    height: auto !important;
    padding: 10px 0;
    }
    }

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

You must be logged in to reply to this topic.