We're merging with GenerateBlocks! Learn more here.

[Support request] show entry only in mobile

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support show entry only in mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18381
    Josep
    Participant

    Hi,

    Does anyone knows a way to show a entry only in mobile?

    Thanks

    #18393
    Tom
    Keymaster

    Hi there,

    What do you mean by entry? The entire list or just a single post?

    Let me know 🙂

    #18407
    Josep
    Participant

    The entire list.

    #18417
    David Beckwith
    Participant

    Hi there,

    Try this CSS:

    @media(min-width: 769px) {
        #wpsp-1275 {
            display: none;
        }
    }

    Change 1275 to whatever the list ID is.

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