Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #685895

    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

    #686276

    Any chance of an update on tis?

    Cheers

    #687214

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

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