Please go to Appearance->Customize->Additional CSS option then add that code
header .wp-block-cover{
overflow: unset;
z-index: 2;
}
If not work the first one then remove the 1st one and add that code please
header .wp-block-cover{
overflow: unset !important;
z-index: 2 !important;
}
Hi Muhammad, thank you very much for your response.
It worked with the second of your suggestions. The first one was working but for a few of the posts that share the same page template. I set then the second one and it seems to have taken the needed priority.
I also have noticed that setting “overflow: visible” seems to solve the problem as well.
Thanks again for your help.
Most Welcome & when you use only “overflow: visible” then drop down menu for first menu item overlap please see the screenshot
https://ibb.co/TktN9tz
So that’s why “z-index: 2;” or “z-index: 2 !important;” is needed