Hi Support,
I am trying to hide the first cell in a Grid Row on all mobile devices including iPad in landscape mode because I cannot get it to show the background images properly.
I have used the following CSS and it works fine on iPad in portrait
@media only screen and (max-width: 990px) {
.only-desktop {
display: none !important;
}}
Would like to get the same effect on iPad landscape if possible but the images are not showing.
Can you advise what I’m doing wrong.
Cheers
Any chance of an update on tis?
Cheers