Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub-menu Hidden Behind Content #39

Closed
luislad opened this issue Apr 24, 2017 · 2 comments
Closed

Sub-menu Hidden Behind Content #39

luislad opened this issue Apr 24, 2017 · 2 comments
Milestone

Comments

@luislad
Copy link

luislad commented Apr 24, 2017

Hi!

So i created a custom header with beaver builder with beaver builder menu module. I set it as the header for the site pages.

If I choose to stay static on top of the page the submenu links appear fine,but if I set it to be sticky and to shrink the submenu links appear behind the content above unless the header has enough height to cover it. But when I scroll down and it shrinks then the submenu links appear just fine. If I set the header transparent I have no issues.

I tried to add custom css setting the overflow visible, position relative, and increasing Z-Index and nothing worked.

Sorry for my english but is not my native language!

Thank you!

@Nikschavan
Copy link
Collaborator

Closing this as it is resolved on WordPress support.

@Nikschavan
Copy link
Collaborator

Reopening this issue as this might be needed to be fixed from the plugin after some testing.

CSS that fixed the issue -

.bhf-fixed-header {
    position: relative;
    z-index: 20;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants