Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #360292

    When I look at site on smartphone. No where does the secondary menu links appear. How do I fix that?
    Site: http://www.kau-hawaii.com/wordpress/

    Thank you!

    #360581

    Hi elames!

    Thank you for using Enfold.

    The top menu header is disabled by default. If you want to enable it, you can use this:

    @media only screen and (max-width: 767px) {
    ul#avia2-menu {
    display: block;
    }
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.