Joined March 2017
·

dougbeney

Founder of FloeMedia, LLC at FloeMedia
·
·
·

To anyone that is having the issue of the navbar staying permanently closed, use this CSS. Fixed it for me.

.navbar-collapse.collapse.in{
display: block !important
}

You must also add this to the media query

.navbar-collapse.collapse{
display: none !important;
}

Achievements
1 Karma
0 Total ProTip Views