[wp-meta] [Making WordPress.org] #2957: Breathe: Submenu and mobile menu issues
Making WordPress.org
noreply at wordpress.org
Fri Jul 14 15:28:52 UTC 2017
#2957: Breathe: Submenu and mobile menu issues
--------------------------------------+------------------
Reporter: SergeyBiryukov | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Make (Get Involved) / P2 | Resolution:
Keywords: has-screenshots |
--------------------------------------+------------------
Comment (by xkon):
Just a really really quick fix if you want to make it work until further
improvements out of my head would be this
{{{
.sub-menu {
display:inline-block;
position:absolute;
list-style-type:none;
}
.sub-menu li {
clear: bloth !important;
display:block !important;
}
.sub-menu li a {
background: #0073AA !important;
color: #fff !important;
}
}}}
I'm writing from my phone so can't make a proper diff atm. Just trying to
help. It won't be fully pretty but it'll work.
Best regards,
Konstantinos
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2957#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list