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

wp-block-heading position is not proper on First Steps with WordPress (Block Editor) Page #901

Closed
dhrumilkumbhani opened this issue Jun 29, 2023 · 1 comment
Assignees
Labels
[Status] Done Issue is completed

Comments

@dhrumilkumbhani
Copy link

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.

image

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.

image

@dhrumilkumbhani dhrumilkumbhani added the [Status] To do Issue marked as Todo label Jun 29, 2023
@zzap zzap mentioned this issue Aug 8, 2023
20 tasks
@zzap zzap self-assigned this Feb 13, 2024
@github-actions github-actions bot added [Status] In progress Issue is in progress and removed [Status] To do Issue marked as Todo labels Feb 13, 2024
@zzap
Copy link
Member

zzap commented Feb 13, 2024

Alignment fixed. Thank you for reporting @dhrumilkumbhani 🍪

@zzap zzap closed this as completed Feb 13, 2024
@github-actions github-actions bot added [Status] Done Issue is completed and removed [Status] In progress Issue is in progress labels Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Status] Done Issue is completed
Projects
None yet
Development

No branches or pull requests

2 participants