• Resolved Adam Romanowski

    (@adamromanowski)


    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

    (@twentig)

    Hi @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

    (@twentig)

    Hi @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.