Title: Cannot disable column stacking
Last modified: November 6, 2020

---

# Cannot disable column stacking

 *  Resolved [Adam Romanowski](https://wordpress.org/support/users/adamromanowski/)
 * (@adamromanowski)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/cannot-disable-column-stacking/)
 * Hello!
 * First of all, I have to applaud you for this awesome, elegant, smoothly running
   plugin 🙂
 * I think I stepped upon a settings field missing an option that would be suitable.
   I’m talking about “Column stacking” in columns block and ability to disable stacking
   completely.
 * I wanted to add a person signature under a text. I wanted it to have a small 
   photo on the side. The “Media & Text” block did not turn out to be good for this.
   I believe it’s a valid use case for columns block.
 * BTW. I’d be happy to contribute some PHP/CSS code (not comfortable enough with
   JS side of Gutenberg right now). Are you planning on taking this to Github??
 * What do you think?
 * Thanks!

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

 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/cannot-disable-column-stacking/#post-13648204)
 * Hi [@adamromanowski](https://wordpress.org/support/users/adamromanowski/),
 * Thanks for your message, it’s greatly appreciated.
 * We understand that the “no columns stacking” feature could be useful. However,
   it’s difficult to implement it as the WordPress core style uses `!important` 
   to set the columns width to 100% on mobile.
 *     ```
       @media (max-width: 599px) {
       	.wp-block-column {
       		flex-basis: 100%!important;
       	}
       }
       ```
   
 * We’ll see if we can find a solution. It’s only CSS code, so if you have an idea
   to override it, please share 🙂. Note that the WordPress 5.6 version (to be released
   in December) will include the user’s possibility to choose the unit (%, px, em,
   rem, vw) for the column width, so we also need to take that into account.
 * Concerning Github, thanks for the suggestion. We’ll add it to our roadmap.
 * Have a nice day.
    If you enjoy Twentig, please leave us a review 🙂
 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/cannot-disable-column-stacking/#post-13858018)
 * Hi [@adamromanowski](https://wordpress.org/support/users/adamromanowski/),
 * The latest release includes the “No columns stacking” option.
 * Best wishes.

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

The topic ‘Cannot disable column stacking’ is closed to new replies.

 * ![](https://ps.w.org/twentig/assets/icon.svg?rev=2569439)
 * [Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio](https://wordpress.org/plugins/twentig/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twentig/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twentig/)
 * [Active Topics](https://wordpress.org/support/plugin/twentig/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twentig/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twentig/reviews/)

## Tags

 * [columns](https://wordpress.org/support/topic-tag/columns/)

 * 2 replies
 * 2 participants
 * Last reply from: [Twentig](https://wordpress.org/support/users/twentig/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/cannot-disable-column-stacking/#post-13858018)
 * Status: resolved