Title: Responsive? Not really
Last modified: August 21, 2016

---

# Responsive? Not really

 *  Resolved [jvdheuvel](https://wordpress.org/support/users/jvdheuvel/)
 * (@jvdheuvel)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/responsive-not-really/)
 * I like this plugin a lot and I am most likely going to use it, however, I think
   that on very small screens the columns shouldn’t be next to eachother. They should
   be below eachother.
 * Suggestions?
 * [http://wordpress.org/extend/plugins/grid-columns/](http://wordpress.org/extend/plugins/grid-columns/)

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

 *  [asarosenberg](https://wordpress.org/support/users/dotnordic/)
 * (@dotnordic)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/responsive-not-really/#post-3853269)
 * I’m not using this plugin anymore for other reasons but you can easily make the
   columns collapse by adding your own css. Example:
 *     ```
       @media (max-width: 700px) {
       	.column {
       		width: 100%; margin: 0; padding: 0;
       	}
       }
       ```
   
 *  Thread Starter [jvdheuvel](https://wordpress.org/support/users/jvdheuvel/)
 * (@jvdheuvel)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/responsive-not-really/#post-3853272)
 * Thank, sounds promising but when I put that code in my theme’s CSS nothing changes
   here [http://slurpie.nl/216-2/](http://slurpie.nl/216-2/)
 *  [annabel82](https://wordpress.org/support/users/annabel82/)
 * (@annabel82)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/responsive-not-really/#post-3853374)
 * This plugin is really good and I appreciate how clean and simple it is to implement.
   Not to mention the fact it’s free and lightweight too but having columns side
   by side on a lower res device is plain bonkers to me and I have no idea why the
   dev doesn’t “fix” this.
 * But as dotnordic said the fix is relatively trivial to implement yourself but
   I did make one !important change:
 * [@media](https://wordpress.org/support/users/media/) (max-width: 700px) {
    .column{
   width: 100%!important;} }
 *  [Francesco Canovi](https://wordpress.org/support/users/thedarkmist/)
 * (@thedarkmist)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/responsive-not-really/#post-3853382)
 * I don’t know why this is marked as resolved. I have the very same problem, but
   it seems not fixed yet.

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

The topic ‘Responsive? Not really’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/grid-columns_d3d8e2.svg)
 * [Grid Columns](https://wordpress.org/plugins/grid-columns/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/grid-columns/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/grid-columns/)
 * [Active Topics](https://wordpress.org/support/plugin/grid-columns/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/grid-columns/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/grid-columns/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Francesco Canovi](https://wordpress.org/support/users/thedarkmist/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/responsive-not-really/#post-3853382)
 * Status: resolved