• Hi I love the Mk theme first and foremost.

    However it seem as though on mobile devices, my website menu is open and not hidden until selected.
    This causes a problem as the menu is obscuring information that I want visitors to see first.

    The url for my site is: http://colourzoo.com/

    If anyone can help it would be greatly appreciated.

    Joe

Viewing 2 replies - 1 through 2 (of 2 total)
  • I recommend asking at https://wordpress.org/themes/mk/ so the plugin’s/theme’s developers and support community can help you with this.

    Thread Starter Joew21

    (@joew21)

    Hi dimitris,

    Thank you… good suggestion.

    I have found the answer to this issue already though.

    I will share it here because I know it is still an issue.

    The answer can be resolved through css. Create Child Theme and place this in the WordPress dashboard >Appearance>Editor>style.css

    @media (max-width: 768px) {
    .sidebar-nav.navbar-collapse {
    height: 1px;
    }
    .sidebar-nav.navbar-collapse.in {
    height: auto;
    }
    }

    Peace…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘On mobile devices & my menu’ is closed to new replies.