Mobile navigation menu

Discussion in 'Woodpecker WordPress Business Theme' started by gwindylyn, Feb 11, 2016.

  1. gwindylyn

    gwindylyn Member

    Joined:
    Mar 16, 2013
    Messages:
    47
    Likes Received:
    1
    Is there any way to have the submenus automatically show after opening the "burger" mobile menu without touching the little arrow to expand the main menu?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. gwindylyn

    gwindylyn Member

    Joined:
    Mar 16, 2013
    Messages:
    47
    Likes Received:
    1
    alphadoglodging.com

    I just want the submenus to show automatically on mobile without needing to click the main menu.
     
  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    @media screen and (max-width: 767px){
    .nav-wrapper .slicknav_menu ul ul {
        display: inline !important;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page