hi!
For some reason superflu menu css code doesn’t work anymore on my site after the latest theme update. Could you please help with this issue?
Issue one - navbar is not showing up correctly.
/* mobile navbar */
@media only screen and (max-width: 979px) {
#sfm-mob-navbar {
height: 60px;
position: fixed;
text-align: left;
padding-left: 25px;
}
}
/* desktop navbar */
@media screen and (min-width: 980px) {
#sfm-mob-navbar {
height: 75px;
width: 100%;
left: 0;
position: fixed;
padding-left: 25px;
text-align: left;
}
}
Issue two - to have the last menu item on smaller font…
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0>li:nth-child(6) {
font-size: 9px;
}



