Mobile header

Hi
On mobile the header image is cropped at the bottom.
So I won't see the whole image...


I want to display the bottom of the header.
(it is ok not to see the whole width but I don't want the crop in height)
I tried this CSS but it does not work yet...

@media only screen and (max-width: 600px) {
  header {
position: relative;
  bottom: 0px;
  }
}

Hope you can help
Thanks

Comments

Sign In or Register to comment.