Site logo

[Resolved] Menu Displaying Over Content on Homepage (iPad)

Home Forums Support [Resolved] Menu Displaying Over Content on Homepage (iPad)

Home Forums Support Menu Displaying Over Content on Homepage (iPad)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2502929
    James

    On an iPad (10″), my menu is displaying over the content on the homepage in portrait orientation. I have the header image set not to display on phones and tablets (which it doesn’t), perhaps the breakpoint needs to be altered for larger tablet? I don’t want to mess with any settings before checking with the experts here. 🙂
    iPad image capture
    This is for my website The Miramichi Reader

    Thanks!

    #2503267
    David
    Staff
    Customer Support

    Hi there,

    add this CSS:

    @media (min-width: 769px) and (max-width: 1024px) {
        .header-wrap {
            position: static !important;
        }
    }

    It will “disable” the merged header on tablet

    #2503295
    James

    Success!
    Thanks, David.

    #2503338
    David
    Staff
    Customer Support

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.