[wp-meta] [Making WordPress.org] #6616: Hide “Open menu” button while click on that button
Making WordPress.org
noreply at wordpress.org
Fri Dec 9 11:58:56 UTC 2022
#6616: Hide “Open menu” button while click on that button
-------------------------------------------------+-------------------------
Reporter: patelhitesh | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: WordPress.org Site | Resolution:
Keywords: needs-patch has-screenshots needs- |
design-feedback |
-------------------------------------------------+-------------------------
Comment (by baroliyamayur):
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
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6616#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list