Site logo

Archived topic

Menu Displaying Over Content on Homepage (iPad)

3 replies · Started by James on January 20, 2023

Viewing posts 1–4 of 4

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!

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

Success!
Thanks, David.

You're welcome!

This archived topic is closed to new replies.