• I narrowed it down to WPBakery Visual Composer Version 3.7.3
    I have tested it and works on desktop browsers but not mobile devices.
    Not sure why it’s not working with it enabled, but it would be awesome if it did =D

    Thank you in advance.

    http://pyrotactix.com/oaks

Viewing 1 replies (of 1 total)
  • Thread Starter pyrotactix

    (@pyrotactix)

    Fixed it for the time being

    edited style.css
    From:
    /* Navigation ————————————— */

    .navigation-inner { max-width: 100%; }

    .blog-menu { display: none; }

    To:
    /* Navigation ————————————— */

    .navigation-inner { max-width: 100%; }

    .blog-menu { display: block; }

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Nav bar missing’ is closed to new replies.