CSS for force the iPad to use the hamburger menu in landscape viewing mode

Thanks for the great Thema.

I Need Additional CSS to force the iPad to use the hamburger menu in landscape viewing mode.
Now the header menu is same as desktop uses and it breaks into 2 lines.

Hi there

I can help you to keep it on one line, but I cant help you to change the menu breakpoint, please provide URL of the website.

Regards

OK, thanks.

Any news regarding this?

Hi there

Sorry for the delay, try this code:

@media (max-width: 1120px){
.main-navigation .menu>li {
    margin-right: 10px;
}
}

Regards

1 Like

Thank you so much, works perfectly. :ok_hand:

Thank you too and have a good day :slight_smile:

1 Like