Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #835569

    Hello!
    I’m trying to hide an element on tablet landscape mode (Hide on medium sized screens (between 768px and 989px – eg: Tablet Landscape) however when I test on my tablet in landscape it still considers the size of the iPad as desktop. Thanks!

    #835645

    Hey cooreets,

    You might want to add this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (min-width:768px) and (max-width:989px) {
      .custom_class {
        display: none !important;
      }
    }

    Just replace .custom_class with the right class you are using. Hope this helps :)

    Best regards,
    Nikko

    #835665

    It does, was hoping I wouldn’t have to use this but I will anyway! Thanks!

    #835666

    It still did not work :( I’m not sure how the other section I want there instead is supposed to show up even if the other did not display.

    #836113

    Hi,

    Could you post a link to where we can see the element in question and point it out there please?

    Best regards,
    Rikard

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