Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #1888522
Links in Mobile Menu
Closed

Comments

  •  1
    00bender started the conversation

    Hey Guys,

    thanks much for the perfect work. Dentalia is my absolute favorite Template on Envato. Everything just works!

    However my client has a small question and I couldn't figure out how:
    In mobile menu, you have to click the arrow of an Item to see its secondary Level Pages/Content, roght? However she would like to have the whole Navigation Item clickable. Font PLUS Arrows How can I easily make this happen?

    Thanks again!
    Sebastian

  •  530
    OrionThemes replied

    Hi Sebastian,

    Thank you, I am glad you like Dentalia. 

    What your client wants is possible, however it comes with a side effect, which is that none of the parent items can be linkable. If the whole menu item is set to display its children when clicked, this also means that at the same time, the link of this menu (if it has one) can not be opened on mobile. 
    This can be a bit of a drawback, but if the menu navigation is structured with this in mind, then everything is fine.  

    I wrote this little snippet of CSS, which you can paste into Theme Options -> Custom CSS:

    @media (max-width: 991px) {
    .coll_btn.notdesktop {
    width: 100%;
    }
    .coll_btn.notdesktop > i {
    float: right;
    }
    }

    This will provide the mobile behaviour your client is after.

    Kind regards,
    Andrej

  •  1
    00bender replied

    That's just perfect. Parent items in the Navigation are only used for categorizing. 

    Thanks much for the fast answer.

  •  530
    OrionThemes replied

    Hi Sebastian,
    I am glad I was able to help.

    Kind regards,
    Andrej