-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Column Block: Add More Styling #30753
Comments
Hi @deborah86 I noticed you raised two concerns. I just tested using WP 5.8 RC 2 This is what I see: It looks like "Color options for a single column" has been dealt with. The Ability to Modify the Padding Between Column Elements. |
Yes, the color options for a single column task was addressed in: #31778 and there's a follow-up fix for column background colors with vertical alignment that's under review in: #32909 For adding in column gap support, we have a couple of steps before we can reliably get to it. Initially I explored adding in gap support directly to the columns block in #32137, however it turns out we need a more general approach for gap support that will be used across a number of blocks, so that we can better future-proof the feature. The next steps for gap support are tracked in #32366, but are broadly:
I'll continue updating #32366 as we make progress. |
Hi, This has been implemented through the 'block spacing' capability https://learn.wordpress.org/tutorial/block-spacing/ |
What problem does this address?
It is difficult to make the column block look nice without using additional CSS.
What is your proposed solution?
Color options for a single column
There are no options to change the color of an entire column. The only option is to change the color of either the blocks within the column or the entire color itself.
Ability to Modify the Padding Between Column Elements
The text was updated successfully, but these errors were encountered: