responsive nav menu behavior broken?
-
innovationscommercialization.com
chrome/IE/android tested
1) set width to < 900px
2) click on hamburger (condensed menu): can open/close dropdown menus as expected
2) scroll up causing title to move to left and reduce in size.
3) click on hamburger: causes a scroll-down action
4) click on hamburger again: no response, no menu dropdown.
5) scroll up no longer causes title to move left and reduce in sizenot a child theme
some custom css:
.site-title {
color: black;
}h2.site-description {
color: black !important;
}a:focus, a:hover {
color: #20589D;
}.nav li {
background-color: rgb(244, 244, 248);
border-radius: 5px;
margin: 2px;
}div>ul.nav>.menu-item:first-child>a {
padding-left: 20px !important}div>ul.nav>.menu-item:last-child>a {
padding-right: 20px !important
}
- The topic ‘responsive nav menu behavior broken?’ is closed to new replies.