• Resolved japsmov

    (@japsmov)


    Hi,
    the “Top Menu” is not showing on mobile. I saw other discussions about this, but didn’t find any that was solved. I don’t have a “Mobile Menu” location, only “Top”, “Main” and “Footer”.

    This seems to be an old problem with this theme, I would like to upgrade to PRO eventually but won’t do so if a simple menu won’t work properly… ??

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • @japsmov Hi,

    The “Mobile Menu” location is available only in the Pro version. Probably, we’ll add it in the free version as well, as this is indeed a necessary feature.

    Meanwhile, if you want to display the top menu on mobile devices, just add the following CSS code in the Customizer > Additional CSS:

    @media screen and (max-width: 979px) {
        #navbar-top {
            display: block;
        }
    }
    Thread Starter japsmov

    (@japsmov)

    Thanks for the quick reply.
    This fix worked well…
    I had only mentioned the “Mobile Menu” location because it had been offered as a possible solution in a previous post.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top Menu Won’t Show on Mobile’ is closed to new replies.