Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Meitar

    (@meitar)

    Answered in the FAQ:

    Can I remove certain columns from appearing on my webpage?

    While you can’t strip out columns like you can do with rows, you can hide columns using CSS with code such as, .col-4 { display: none; }, for example.

    Thread Starter pathuri

    (@pathuri)

    Thanks and Great Idea using CSS.
    Have one more question :
    Is there any way to fit all columns and rows to screen width.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide columns’ is closed to new replies.