Hey tikaram ,
Thanks for checking .
After I posted I was able myself to fix the issue with some additional CSS and make the MENU sticky .
Here is the additional CSS I’ve added:
#masthead {
position: sticky;
top: 0;
left: 0;
right: 0;
z-index: 300;
}
.main-navigation a {
color: #fff;
display: bold;
font-size: 20px;
line-height: 0.5;
outline-offset: -1px;
padding: 12px 15px;
white-space: nowrap;
}
Thanks,
Kai