You were looking at the landing menu, which is short and behaves correctly.
I have modified the site so you don't have to login to see the full main menu which is longer. I tried a media query:
@media (width <= 1430px){
.container-header .mod-menu{
flex-wrap: wrap;
}
}
It doesn't make the menu wrap.
The first screenshot below shows the menu at full screen. The next shot shows the menu at a screen size below 1200. The menu isn't wrapping.
I have modified the site so you don't have to login to see the full main menu which is longer. I tried a media query:
@media (width <= 1430px){
.container-header .mod-menu{
flex-wrap: wrap;
}
}
It doesn't make the menu wrap.
The first screenshot below shows the menu at full screen. The next shot shows the menu at a screen size below 1200. The menu isn't wrapping.
Statistics: Posted by kkurtz — Thu Jul 25, 2024 12:38 pm