[Resolved] Disable on Landscape not working

Home Forums Support [Resolved] Disable on Landscape not working

Home Forums Support Disable on Landscape not working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #910993
    Edwin

    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

    #911330
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Looks like you set this as resolved – did you get it working? 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.