Hello Sanjeev,
I just make the menu sticky on mobile screens by adding this code
#header {
position: fixed;
width: 100%;
}
But I have a problem while I’m scrolling and click on the menu like the attached screenshot
I want to change the color of the menu items to white color.
Thank you so much!