• The theme seems to work perfectly in desktop browsers (responsive to browser window resize). It also works on mobile Chrome (iOS). But on mobile safari, there is a huge blank space where the header image, description, and buttons should be.

    Here’s the site.

    I’ve tried changing the header image (or removing it completely), and it still doesn’t show. Maybe I’m doing something wrong? How can I fix this?

    Thanks!

Viewing 1 replies (of 1 total)
  • Hello,

    You can try this in your Custom CSS to make the logo responsive:

    .mythemes-header .mythemes-logo > img {
        width: 75%;
    }

    Hope that helps you.

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Header doesn't show on mobile’ is closed to new replies.