Opened 5 months ago
Last modified 3 months ago
#6981 new defect (bug)
Menu position is not correct.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | General | Keywords: | needs-docs has-screenshots needs-patch needs-testing |
Cc: |
Description
https://developer.wordpress.org/cli/commands/
The menu position is not correct.
Attachments (2)
Change History (9)
#1
follow-up:
↓ 4
@
4 months ago
Here is some code for resolving this issue.
I have applied this CSS and it's perfectly working.
.site-branding { display: flex; justify-content: space-between; }
After applying the CSS don't need to keep float: right;
CSS property in .menu-container
and .main-navigation
class. So you can remove these two property.
Here is a snapshot to understand
https://meta.trac.wordpress.org/attachment/ticket/6981/Screenshot%202023-05-20%20at%201.22.05%20PM.png
#4
in reply to:
↑ 1
@
3 months ago
- Keywords needs-patch needs-testing added
- Priority changed from low to high
- Type changed from enhancement to defect (bug)
Replying to naeemhaque: I have applied this one CSS but still, there is an issue in font size so can you update the CSS and also apply the font size same as other.
Here is some code for resolving this issue.
I have applied this CSS and it's perfectly working.
.site-branding { display: flex; justify-content: space-between; }After applying the CSS don't need to keep
float: right;
CSS property in.menu-container
and.main-navigation
class. So you can remove these two property.
Here is a snapshot to understand
https://meta.trac.wordpress.org/attachment/ticket/6981/Screenshot%202023-05-20%20at%201.22.05%20PM.png
#5
follow-up:
↓ 6
@
3 months ago
This should be fixed via https://github.com/WordPress/wporg-developer/commit/78f3a3c5a05cc6f1f6dc7bdbae64a084f4a3c29b
#6
in reply to:
↑ 5
;
follow-up:
↓ 7
@
3 months ago
Replying to dd32: I have verified the PR changes but I have checked there is an issue in the font size. On other pages, the font size is bigger than the commands page. see the below screenshot.
This should be fixed via https://github.com/WordPress/wporg-developer/commit/78f3a3c5a05cc6f1f6dc7bdbae64a084f4a3c29b
#7
in reply to:
↑ 6
@
3 months ago
Replying to dhrumilk:
Replying to dd32: I have verified the PR changes but I have checked there is an issue in the font size. On other pages, the font size is bigger than the commands page. see the below screenshot.
For reference, the comparison page is https://make.wordpress.org/cli/handbook/
Yes, it does appear that the Make theme has a higher base font size, resulting in the menu being larger there.
Fixes after applying css properties