Unable mobile drop down menu

  • Author
    Posts
  • #37319
    Anders

    Hi!

    I don’t like the dropdown menu that Mantra creates on mobile devices.
    Is it possible to save the primary menu as it is or alternativly css it with bootstrap?
    I’ve been able to remove the mobile menu but haven’t been able to show the primary menu css on mobile device.

    Thanks!

    #37354
    Zed
    Cryout Creations mastermind

    There is no menu visible on your site at all right now (on any device/browser).

    To keep the normal menu visible on all devices and hide the mobile menu you can use this custom styling:

    body #access .menu ul:first-child { display: block; }
    body .tinynav { display: none; }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Unable mobile drop down menu’ is closed to new replies.