jliebschner Hi, i currently have the problem that the button is covering up parts of the mobile menu. Is it possible to have the button disappear when the mobile menu is opened? Website its on >> https://www.whalewatchingsydney.com.au/ Thanks in advance.
James Hi jliebschner , You could perhaps increase the z-index of the mobile menu to make it go on top of Buttonizer. Copy and paste this into your WordPress' Additional CSS: .mm-menu.mm-offcanvas { z-index: 999999; } Let me know if this works for you!