I already bought it.

12-Sep-2019 10:16:03

How do i make OneMenu Height 100%?

12-Sep-2019 11:55:53

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>

Kind regards