Hi everyone. I’m trying to customize the appearance of the navbar menu. And I cannot set the nav menu container height as 100%. In pixels everything works. What am I doing wrong?
Class: Nav Menu
READ ONLY LINK: Webflow - Lesson
Hi everyone. I’m trying to customize the appearance of the navbar menu. And I cannot set the nav menu container height as 100%. In pixels everything works. What am I doing wrong?
Class: Nav Menu
READ ONLY LINK: Webflow - Lesson
100% of the height of the browser?
Right now the container is inside of Navbar 2 and is currently filling it 100%.
Not exactly. I wanna make “navMenuItemText” class that is inside the “navbarContent” 100% height of the “navbarContent” container.
step 1: NavBarContent, change the flex to “stretch” on the Y axis
step 2: NavMenuContainer, reset the Height
step 3: Nav Menu, reset the Min Height
Not sure what look you’re after, but this will make that div fill the height of your parent container.
It helped. Thanks a lot.