Menu is moving_________

Hi,

when i scroll the menu is moving with it. I dont want it. So the menu is fix. How can i manage this?

someone a solution?..

Hello,

Apologies for late response. Though the theme doesn’t have a built in option for this, you can add custom CSS to achieve this:

#header {
position: relative;
}
Thank you