Archived topic
A little help with CSS for the navigation block
3 replies · Started by Marcel on June 16, 2022
Hello,
Today I've seen a post about creating a full video background. After more trials, I achieved make one (URL in the private area). I tried customising the navigation for that specific page using the navigation block. Issues I have on mobile:
- menu items aren’t “clickable”
- I am not able to close the mobile overlay menu,
- even if the overlay is present, if I click in the area with the button, I am redirected to a specific URL, although this should not happen.
I am sure it is a small CSS trick here.
Video recording: https://www.screencast.com/t/TdqspwN4Y3Hp
Thanks a lot, best regards and a small donation from my side for the ongoing development of your awesome products,
Marcel
Try add this CSS:
.video-container .gb-inside-container > nav {
z-index: 2;
position: relative;
}
Hello Ying,
Thank you so much, it's working nice now!
Have a great time!
You are welcome :)