[wp-meta] [Making WordPress.org] #6736: Navigation menu formatting issue
Making WordPress.org
noreply at wordpress.org
Tue Feb 7 12:01:48 UTC 2023
#6736: Navigation menu formatting issue
-------------------------------------------------+-------------------------
Reporter: patelhitesh | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: General | Resolution:
Keywords: needs-patch needs-design-feedback |
has-screenshots |
-------------------------------------------------+-------------------------
Comment (by kajalgohel):
Hello @patelhitesh,
Thanks for creating the ticket!
I have checked an issue and am also able to reproduce it.
If it is not intentional then we can add the {{{padding:10px}}} for
{{{.menu-container}}} class.
We can add the following CSS for a better view of the nav menu:
{{{
@media screen and (min-width: 48em) {
.menu-container {
float: right;
position: relative;
width: 100%;
top: auto;
padding: 10px;
margin-right: 4px;
}
}
}}}
Thanks.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6736#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list