-1

I'm working on a WordPress website. My issue is that on iPad landscape mode the navigation menu is displayed under the logo.

What I need is to display the "hamburger menu" on landscape too, as per the second image.

Menu goes under the logo

Correct hamburger menu

Sinister Beard
  • 3,570
  • 12
  • 59
  • 95
Antonioz
  • 151
  • 2
  • 18

1 Answers1

2

From looking at your code you just need to change your media breakpoint from @media only screen and (max-width: 979px) to @media only screen and (max-width: 1080px) at around line 802 from what it looks like.

NooBskie
  • 3,761
  • 31
  • 51