Dentalia has now been updated to 2.3 and a major update for Recycle is coming soon. We hope you enjoy the new features! Thanks for your patience!

Okay
  Public Ticket #2081398
Mobile button
Closed

Comments

  •   newclinic started the conversation
  •  564
    OrionThemes replied

    Hi Greig,

    You can still use the sitorigin one, if you like. Just need to fix the z-index issue.
    Paste this CSS snippet into Theme Options -> Custom CSS and the mobile menu will be placed above the slider:

    @media (max-width: 991px) {
    .header-classic .to-x {
        z-index: 100;
    }
    }

    Kind regards,
    Andrej

  •  5
    newclinic replied

    Thanks so much Andrej, it works. I really appreciate all of your quick responses.

  •  564
    OrionThemes replied

    Great, I am glad I was able to help.  

    Andrej