Site logo

Archived topic

Disable on Landscape not working

1 reply · Started by Edwin on May 26, 2019

Viewing posts 1–2 of 2

Hi

I am trying to disable something on mobile landscape, but don't get it to work.

I tried:
@media screen and (min-device-width: 401px) and (max-device-width: 800px) {
.lanelogo{
display:none!important;
}

}

and

@media (max-device-width: 480px) and (orientation: landscape) {
.lanelogo{
display:none!important;
}
}

Any idea?

Thanks

Edwin

Hi there,

Looks like you set this as resolved - did you get it working? :)

This archived topic is closed to new replies.