How do i make OneMenu Height 100%?
Hi,
To make the menu height 100% you can try to set "min-height: 100%" for the menu.
e.g: Add this code into the HEAD section:
<style> .om-nav { min-height: 100%; } </style>
<style>
.om-nav {
min-height: 100%;
}
</style>
Kind regards