Viewing 1 replies (of 1 total)
  • Hi,

    The header image is responsive.
    As the header image is reduce to a width that fits the mobile screen, it keeps it’s aspect ratio for height and that’s why it’s too small.

    If you understand css, you can write a media query to hide your header image from mobile and add it as a background image to your header. This way, you will be able to set the background-size to cover.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Header problem on mobile’ is closed to new replies.