Reply To: How to make the menu fixed at the top Home › Forums › Jorvik › How to make the menu fixed at the top › Reply To: How to make the menu fixed at the top April 3, 2020 at 5:19 pm #9990 AndyKeymaster Try this instead: #page { margin-top: 50px; } #site-navigation { position: fixed; margin-top: -50px; z-index: 9; }