Viewing 1 replies (of 1 total)
  • Hi Jay,

    As per my previous message I am unable to access your site correctly, however from the image you provided, you will be able to modify this by changing the z-index values for each. For example something like the following in your themes styles.css file:

    #responsive-menu
    {
        z-index: 9999 !important;
    }
    
    #click-menu
    {
        z-index: 9998 !important;
    }

    As I can’t see your site the above is untested but try it and let me know if it works!

    Many thanks

    Peter

Viewing 1 replies (of 1 total)

The topic ‘Menu Icon still visible when menu open’ is closed to new replies.