We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Looks good on a column block!
Apply the following CSS above on justify contents within column blocks
The text was updated successfully, but these errors were encountered:
Support References
This comment is automatically generated. Please do not edit it.
Sorry, something went wrong.
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.
Could be related;
No branches or pull requests
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:
Reported on 5384203-zd-woothemes
Why
Looks good on a column block!
How
Apply the following CSS above on justify contents within column blocks
The text was updated successfully, but these errors were encountered: