Skip to content
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

Justify contents vertically on column blocks #65657

Open
edwinho89 opened this issue Jul 16, 2022 · 3 comments
Open

Justify contents vertically on column blocks #65657

edwinho89 opened this issue Jul 16, 2022 · 3 comments
Labels
[Type] Feature Request Feature requests

Comments

@edwinho89
Copy link

What

A good example would be like this P2: p9cu9o-3wc-p2 , where CSS is required to justify contents and align the bottom as below:

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 2% !important;
}

Reported on 5384203-zd-woothemes

Why

Looks good on a column block!

How

Apply the following CSS above on justify contents within column blocks

@edwinho89 edwinho89 added the [Type] Feature Request Feature requests label Jul 16, 2022
@github-actions
Copy link

github-actions bot commented Jul 16, 2022

Support References

This comment is automatically generated. Please do not edit it.

@Greatdane
Copy link

Not sure how easy this would be easy to implement, as I see you had to convert the context to a flex box first. Something columns don't do by default.

@Greatdane
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Feature Request Feature requests
Projects
None yet
Development

No branches or pull requests

2 participants