• Resolved nemanjak2

    (@nemanjak2)


    Hi,

    Is there an option to hide column on mobile, some css code?

    Tnx in advance.

    Best regards,
    Nemanja

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, this is possible with a CSS3 Media query, like

    @media (max-width: 758px) {
      .tablepress-id-123 .column-3 {
        display: none;
      }
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Hide column on mobile’ is closed to new replies.