My main menu is horizontal and in the menu position. I would like to be able to wrap the menu below certain widths, say 1400 px. I have been unable to discover the correct css code to accomplish this. I have tried:
.container-header .mod-menu {
flex-wrap: wrap;
}
But the menu stays at its full width and becomes wider that the main content when the screen gets smaller.
Any suggestions?
My site is https://californiadar.org/chapter_dev_m ... x.php/home but you will need a password to gain access.
.container-header .mod-menu {
flex-wrap: wrap;
}
But the menu stays at its full width and becomes wider that the main content when the screen gets smaller.
Any suggestions?
My site is https://californiadar.org/chapter_dev_m ... x.php/home but you will need a password to gain access.
Statistics: Posted by kkurtz — Wed Jul 24, 2024 10:54 pm