Menu disappears when window size is smaller then boxed grid width
http://claritycounselling.ca/
When the window size is reduced the menu disappears. I have some CSS in place to help with the menu colors and menu width.
#Top_bar .menu > li {
display: inline-block !important;
float:none !important;
}
.header-stack.header-center #Top_bar:not(.is-sticky) .menu_wrapper {
width: 110% !important;
margin-left: -5% !important;
background: #689ba6; important
Cheers.
Comments
yes, there is always a risk when trying to customize something, try this css as well. There is nothing more that can be done.