Menu not right in iPad landscape mode...

Hi, All is good but the menu runs off the right side of page when in landscape on iPad.

I have put a jpg showing it. https://www.dropbox.com/s/ey83h9gguq5ftyn/IMG_6847.JPG.jpeg?dl=0

Is there a setting I can tweak? Latest version of theme and plugin.

Thanks, Dave

Whoops, duh. The site in question is capewp.com :slight_smile: I always think that is self-evident but realize that may not be true :slight_smile:

Thanks!

Hey Dave,

There’s actually a bug with the new content width setting on our theme which causes that issue. We’re already looking into it. In the meantime, we can override the styling to fix it. Try adding the code below and see if it works.

@media (min-width: 992px) {
  .fl-page {
    width: auto;
  }
}

Ben