• Resolved lbtf1

    (@lbtf1)


    Hi, I’m enjoying setting up twenty twenty with your plugin, thanks. I’m having some problems with the z index of the sub-menu as its popping down under some blocks like images. Can you tell me what CSS I might use to raise the sub-menu please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Twentig

    (@twentig)

    Hi @lbtf1,

    Thank you for your message.

    We can’t replicate this issue on our side. If possible, could you please share the URL of your website?

    Thanks.

    It happened to me too when using Stackable plugin to generate some blocks. It does not happen with the default editor and up-to-date Twentig

    Plugin Author Twentig

    (@twentig)

    Hi @gerygreen,

    We were able to replicate this issue. The header z-index set by Twenty Twenty is too low compared to some blocks provided by third-party plugins. We’ll fix this in the next release. In the meantime, we can provide you with some custom CSS to fix it. Inside the Customizer, open the Additional CSS panel and paste the following code:

    #site-header {
    	z-index: 99;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sub menu z index’ is closed to new replies.