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
First Steps with WordPress (Block Editor) Document page #start-at-the-top id heading looks weird.
https://wordpress.org/documentation/article/first-steps-with-wordpress-block-editor/#start-at-the-top
Start at the top
Incorrect the above image height.
Set the above image height properly.
Solution 1. Fix the above image height.
Solution 2. Add this one css. h3#start-at-the-top { margin-top: var(--wp--preset--spacing--60); }
After the apply solution 2 it's look like this one.
The text was updated successfully, but these errors were encountered:
Alignment fixed. Thank you for reporting @dhrumilkumbhani 🍪
Sorry, something went wrong.
zzap
No branches or pull requests
Issue Description
First Steps with WordPress (Block Editor) Document page #start-at-the-top id heading looks weird.
URL of the Page with the Issue
https://wordpress.org/documentation/article/first-steps-with-wordpress-block-editor/#start-at-the-top
Section of Page with the issue
Start at the top
Why is this a problem?
Incorrect the above image height.
Suggested Fix
Set the above image height properly.
Solution 1.
Fix the above image height.
Solution 2.
Add this one css.
h3#start-at-the-top {
margin-top: var(--wp--preset--spacing--60);
}
After the apply solution 2 it's look like this one.
The text was updated successfully, but these errors were encountered: