• Resolved dodoisdead

    (@dodoisdead)


    Hello,

    my main header menu has a couple of submenus with few items.

    It workerd OK for a long time but today I’ve noticed that the submenus are “cut-off”, they go under the full width image which is part of the page.

    Unfortunately, I cannot be sure when the problem started. The page is built in Elementor, but I tried to create a page with WP’s own page builder and sure enough if I put a background image the submenus are cut. I tried to play with z-indexes and I can only show the submenu if I set the z-index to a negative value on the block which has the image… not a great solution.

    • This topic was modified 4 years, 4 months ago by dodoisdead.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @dodoisdead,

    I see that this is CSS that’s causing the issue:
    https://ibb.co/kMj6rfF

    As z-index for the whole header is set to 0 – it’s like disallowing overflow and doesn’t allow content to be shown out of the container.

    As you are using a caching plugin I cannot tell which is the file or area CSS is coming from but you need to remove it.

    I hope it helps!

    Thread Starter dodoisdead

    (@dodoisdead)

    @bvytis thank you. I have found the culprit in a video carousel plugin which sets the entire site-header z-index to “0 !important”.

    I’ve removed the plugin and put some other which does not pretend to know better for the ENTIRE site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header menu subitems go under images’ is closed to new replies.