Title: column block &#8211; Responsive problem : it doesn&#8217;t stack on small devices
Last modified: October 5, 2018

---

# column block – Responsive problem : it doesn’t stack on small devices

 *  Resolved [FGU Nord / Lars](https://wordpress.org/support/users/medieskolen/)
 * (@medieskolen)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/column-block-responsive-problem-it-doesnt-stack-on-small-devices/)
 * The Column block still isn’t really responsive 🙁
 * Try to make a 3 column block … and test it on a smartphone … it works badly because
   it doesn’t stack on small devices.
 * Real responsiveness (with stacking on small devices) is vital – otherwise it’s
   useless in my opinion
 * I really really hope this will be fixed soon … please
 * Lars, Copenhagen

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

 *  [Anne K.](https://wordpress.org/support/users/annekrarup/)
 * (@annekrarup)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/column-block-responsive-problem-it-doesnt-stack-on-small-devices/#post-10753070)
 * Hi Lars
    I agree that making columns responsive is an important missing function
   in Gutenberg. There is an issue open on Github to address this ([follow progress here](https://github.com/WordPress/gutenberg/issues/6048)),
   so hopefully this will be added at some point. In that issue, a temporary workaround
   is proposed. Adding the following to your css (let me know if you need help with
   that) will make columns stack on screens under 767px.
 *     ```
       @media only screen and (max-width: 767px) {
       	.wp-block-columns {
       		display: block;
       	}
       	.has-2-columns .wp-block-column,
       	.has-3-columns .wp-block-column,
       	.has-4-columns .wp-block-column,
       	.has-5-columns .wp-block-column,
       	.has-6-columns .wp-block-column {
       		width: 100%;
       	}
       }
       ```
   
 *  Thread Starter [FGU Nord / Lars](https://wordpress.org/support/users/medieskolen/)
 * (@medieskolen)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/column-block-responsive-problem-it-doesnt-stack-on-small-devices/#post-10755448)
 * Hi Anne
 * Thanks for the workaround 🙂 .. it should be easy to use for me …. but this HAS
   to be fixed in the Columns block it self
 * Lars

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

The topic ‘column block – Responsive problem : it doesn’t stack on small devices’
is closed to new replies.

 * ![](https://ps.w.org/gutenberg/assets/icon-256x256.jpg?rev=1776042)
 * [Gutenberg](https://wordpress.org/plugins/gutenberg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gutenberg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gutenberg/)
 * [Active Topics](https://wordpress.org/support/plugin/gutenberg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gutenberg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gutenberg/reviews/)

## Tags

 * [block](https://wordpress.org/support/topic-tag/block/)
 * [column](https://wordpress.org/support/topic-tag/column/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)
 * [workaround](https://wordpress.org/support/topic-tag/workaround/)

 * 2 replies
 * 2 participants
 * Last reply from: [FGU Nord / Lars](https://wordpress.org/support/users/medieskolen/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/column-block-responsive-problem-it-doesnt-stack-on-small-devices/#post-10755448)
 * Status: resolved