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

Sign In or Register to comment.