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 #2081398
Mobile button
Closed

Comments

  •   newclinic started the conversation
  •  531
    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.

  •  531
    OrionThemes replied

    Great, I am glad I was able to help.  

    Andrej