Mobile menu rendering off
I get the mobile menu on this site, and my sites displaying over the hamburger icon and not going far enough down in vertical view (fine in landscape view). Anyone else getting this?
I believe this needs improvement. noted.
here is a quick fix... (with 'at symbol' media, but can only write 'media' in the code box
media only screen and (max-width: 768px) {
#fluent_community_sidebar_menu {
margin-top: 56px !important;
}
}