Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2876843
Making mobile menu nav clickable
Closed

Comments

  • patriklindberg started the conversation

    Hi,

    I'm using a "Slide left" menu on my website and some of the menu choices are only leading to a submenu, currently no links on the first step.

    However, it is only possible to expand the submenu by clicking the arrow. I would like the whole field or atleast the text to be clickable to expand as well.

    How can I do this?

  •  7,092
    Oliver replied

    HI!

    CSS example:

    .responsive span.menu-item-parent-toggle {
        width: 100% !important;
        position: absolute !important;
        left: 0;
    }
    .responsive .menu-item-parent-toggle::after {
        margin-right: 10px;
        float: right;
    }

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver