• Amazing theme! Thank you …

    So, having an issue with the navigation on mobile devices. The menu is way over to the left. Everything is working fine for desktop.

    Also, is there a way to change the color of fonts and background for mobile devices only?

    our site is: www dot mycompumore dot com

    Thanks alot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is a theme related issue. You could try using the Mobile Theme setting in the Jetpack plugin to have a more mobile friendly theme.

    If you’d like to target the menu colors specifically for mobile, you could try adding something like this to your stylesheet:

    @media handheld, only screen and (max-width: 767px) {
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a {
    color: #ff0000;
    }
    }

    Thanks!

    Thread Starter moor208

    (@moor208)

    Appreciate the reply. I have decided to remove the max mega menu plugin, its been causing too many problems! We just went with the theme navigation. And, its much better! Works like it should! I guess, now… I have 2 questions, on a mobile device… The Menu box needs to be adjusted, it needs to be moved down… its overlapping some text on our header image. Also, you’ll notice the text for the navigation is black, it needs to be white. But… when we change the text color to white, it also changed to text to white on the mobile menu and the text can’t been seen as its the same color.

    Try the Navbar Guide to move you forward

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Navigation on Mobile’ is closed to new replies.