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!
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
It does, was hoping I wouldn’t have to use this but I will anyway! Thanks!
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.
