Got a response from someone at Matcha Labs in anothe forum copied below. I wouldn’t have thought the “logo_area” section of CSS would be it. Apparently was – it worked:
————————————————————————
Hi there,
Adding the following CSS to the #logo_area selector should resolve the issue for you:
#logo_area {
…
z-index: 99;
position: relative;
}
————————————————————————