I made these changes in Inspect Element(Q).
.site-header .site-container {
position: relative;
max-width: 90em;
}
.site-header .site-header-top {
position: fixed;
top: 0;
width: 100%;
}
Fixed Menu with width size Working good. It only showing when i scroll down the page. When cursor is on top of the page then it not showing menu. I want to show also menu on top when my cursor is on top.