Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there!

    I am not sure whether your Elementor sections have z-indices. However, to fix this, you can add this to your Theme Options > Advanced Settings > Custom CSS:

    header {
       position: relative;
       z-index: 2;
    }

    I hope this helps, and let us know if we can assist you further.

    Kind regards,
    Karla

    Thread Starter theking2

    (@theking2)

    Thanks but unfortunately that doesn’t work as all elements are position static:

    The position: static property prevents z-index from having an effect.

    Try setting position to something other than static.

    Hi there!

    I’m sorry for the delay in getting back to you.

    When I test your website now, the menu dropdown is not showing on top of your content – https://share.getcloudapp.com/RBuJvJvG.

    Please could you confirm if you added another custom CSS code to make it work this way?

    Do you need further help with this or this is already fixed?

    Kind regards,
    Karla

    Thread Starter theking2

    (@theking2)

    Problem solved. we had fixed the header height to max so that it doesn’t move around when clicking the menu. This seems not to be possible with the virtua theme

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu behind content, z-index has o effect’ is closed to new replies.