Making WordPress.org

Opened 15 months ago

Last modified 14 months ago

#7338 new defect (bug)

Navigation menu position is not proper in responsive

Reported by: pranitdugad's profile 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)

Screenshot 2023-11-02 at 2.48.26 PM.png (145.0 KB) - added by pranitdugad 15 months ago.
I have attached Screenshot for better Understanding
Screenshot 2023-11-02 at 3.44.02 PM.png (513.9 KB) - added by pranitdugad 15 months ago.
After applying this changes , this issue is resolved

Download all attachments as: .zip

Change History (5)

@pranitdugad
15 months ago

I have attached Screenshot for better Understanding

#1 @pranitdugad
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;

}

@pranitdugad
15 months ago

After applying this changes , this issue is resolved

This ticket was mentioned in Slack in #meta by courtneyengle. View the logs.


14 months ago

#3 @coffee2code
14 months ago

  • Component changed from General to Trac
Note: See TracTickets for help on using tickets.