Hy, could you tell me, how i can deactivate on of the responsive Menus? I only want the menu with the logo. Thank you very much. And by the way: can you say why the top menu is going smaller if you scroll down to the end?
Hello Dani,
Please try this code in X > Theme Options > CSS:

@media (max-width: 979px) {
.x-nav-wrap.mobile.x-collapsed {
display: block;
}
.masthead-inline .x-btn-navbar {
display: none;
}
}
Here are some related links for further reading:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
- CSS Media Queries - https://goo.gl/L3ZHNg
Hope this helps.
Perfect. Now there´s only on menu 
But can you tell me why the menu get´s smaller when you scroll down?
Hey Dani,
X does not have a shrinking navbar functionality. It could be powered by the mega menu third party plugin. Please ask the plugin developer to learn how to disable the functionality.

Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.