Responsive CGridview

Hello! Im trying to make my yii webapp responsive, so when I minimize the browserwindow the page elements adapts to it. I know that the CGridview already is responsive but I want to remove some columns when at a specific browserwidth.

What’s the best way to solve this?

Thanks in advance

You can use media queries and hide columns with specified IDs.