Hello,
You can add this CSS:
Code:
.nav-collapse.opened > ul {
position: absolute;
width: 90vw;
}
but the menu will not be on the top of the screen. Also, you will need to move the close button down, with this:
Code:
.nav-toggle.active {
position: absolute;
margin-top: 180px;
}
Regards,
Milos