Opened 15 months ago
Last modified 14 months ago
#7338 new defect (bug)
Navigation menu position is not proper in responsive
Reported by: | pranitdugad | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | has-screenshots |
Cc: |
Description
In responsive, navigation menu position is not proper.
URl:-https://core.trac.wordpress.org/query?status=!closed&component=WordPress.org+site
Attachments (2)
Change History (5)
#1
@
15 months ago
Patch Added .
Change the style.css?ver=1697766107 to
.wp-block-group.global-header .wp-block-image.global-headerwporg-logo-mark {
flex-basis: 100%;
flex-shrink: 1;
min-width: calc(80px - var(--wp--style--block-gap)/2);
padding: 0;
text-align: left;
}
This ticket was mentioned in Slack in #meta by courtneyengle. View the logs.
14 months ago
Note: See
TracTickets for help on using
tickets.
I have attached Screenshot for better Understanding