• First of id like to say how pleased i am with the theme in general, excellent looking and lots of pre-built great media.

    The only issue i got is that when i try to view my site (www.litenyttigare.se) on a mobile view, i get a white space/padding below my header when i use header in “contain” mode. And i do want it in contain mode so it re-sizes properly.

    How can i remove this white area below my header image?

    Thanks in Advance.

Viewing 1 replies (of 1 total)
  • Hi,

    The only way is to reduce your mobile header height.

    In Theme Options -> Custom CSS, add the following codes.

    @media screen and (max-width:768px){
    .header{
    height:90px !important;
    }
    }

    You can change the 90px to a greater value.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘White area below header image on mobile view with contain option.’ is closed to new replies.