Submenu hidden behind content | WordPress.org

[ad_1]

Hello,

you have already searched in the right direction.

The css instruction:

.wp-block-cover, .wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}

clips the overflow from the header, that is why the dropdown is not shown, you can overwrite this by adding this custom css:

.wp-block-cover, .wp-block-cover-image {
  overflow: visible !important;
}

Hi @albinandersson,

You are on the right track for searching for z-index and overflow.

You can use this CSS to resolve the issue:

.wp-block-cover {
    overflow: visible !important;
}

Hi!

Thanks for the help Benni and Robert! Now it’s working.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer