Opened 22 months ago
Closed 22 months ago
#6616 closed defect (bug) (duplicate)
Hide “Open menu” button while click on that button
Reported by: | patelhitesh | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.org Site | Keywords: | needs-patch has-screenshots needs-design-feedback |
Cc: |
Description
The WordPress main website is https://wordpress.org/ and we check below to screen width 768px, the ‘Open menu’ button and the ‘Close menu’ button both are displayed.
Steps to reproduce:
1 - Open the website https://wordpress.org/
2 - Inspect the site and set the screen below 768px.
3 - When you click on the navigation button to open the navigation menu, both buttons are displayed.
Attachments (1)
Change History (3)
#1
@
22 months ago
Hello @patelhitesh,
I am able to reproduce this issue.
This issue occurred because of image overflow on the page.
This is also mentioned in this ticket ( https://meta.trac.wordpress.org/ticket/6587 )
If we add the below CSS, the issue is resolved.
@media (max-width: 1199px){ .entry-content.entry-content>.alignfull .alignfull { width: 100%; justify-content: center; align-items: center; margin: 0 !important;} }
Thanks
Note: See
TracTickets for help on using
tickets.
Navigation menu button issue in responsive design