Menu issues after Wordpress update 4.5

Hello,

Thank you your advise was helpful.

Hello @czaps,

Try using this CSS code to fix the responsive menu issue:

.responsive-menu{
    position: absolute;
    top: 100px;
    z-index: 9;
}

Let me know if you got it right.
Regards