Navbar right and Navbar left NOT responsive to browser height

Hi,
My default navbar right looks great but when I change the height of the browser I get two scroll bars. Can the navbar right/left be responsive so that the menu items and the logo scale to fit the height of the browser? It already switches to mobile orientation perfectly when you scale the whole browser smaller. My site is dasgutes.design.

Thanks,

Example:

Hello There,

Thanks for writing in!

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

@media (max-height: 600px){
    .x-brand img {
        max-width: 90px !important;
    }

    .x-navbar .x-nav-wrap .x-nav > li > a {
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

Hope this helps. Please let us know how it goes.

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