991px shows both menus

Hi Movin

I noticed on the demo site, that at 991px the site shows both menus.

Would this be able to be fixed in the next update please?

Thank you

Hi @gcneal,

I hope you are well today and thanks for posting here.

I could confirm the issue on my test site therefore i have notified the theme developer so that it can be fixed.

In the meanwhile you can fixing this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

@media (max-width: 991px) and (min-width: 768px){
.mobile-toggle.visible-sm {
    display: none!important;
}
}

@media (max-width: 992px) and (min-width: 768px){
.mobile-toggle.visible-sm {
    display: block!important;
}
}

Best Regards,
Movin