This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

4
  1. Andrew Misplon Staff

    Hi Asbjoernlund

    Sure, you could edit the row in question and insert a CSS Row Class name of your choosing, for example:

    no-mobile

    Then in a Custom CSS plugin like SiteOrigin CSS, insert:

    @media (max-width: 680px) {
        .no-mobile {
            display: none;
        }
    }

    To reverse this you’d say in Custom CSS:

    @media (min-width: 680px) {
        .no-mobile {
            display: none;
        }
    }
  2. maverickdisrupt

    For some reason this code is not working for me? i have the same problem. My pluggin even has buttons to disable rows on desktop, mobile or tablet and those don’t work either.

  3. maverickdisrupt

    Never mind, got it to work, thanks!

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread