Reply To: Problem with header image

Home Forums Support Problem with header image Reply To: Problem with header image

Home Forums Support Problem with header image Reply To: Problem with header image

#209272
Tom
Lead Developer
Lead Developer

Since you’re using the mega menu plugin, you need to remove the GP mobile menu:

@media (max-width: 768px) {
    .menu-toggle {
        display: none;
    }
}

As for the header, you’re using a background image. Background images aren’t responsive, which is why text should never be added to them.

Text/logos should be on top of the background, like the logo you have on the right there.