Hi
I can’t remember fixing it as was messing around so much with the style.css in editor.
I would try this as a first stop. In dashboard, go to Appearance -> Editor -> click on edit (style.css) on the right and change the z-index from 9999 to 9. See if that works.
/* =Header
----------------------------------------------- */
#branding {
border-top: 2px solid #bbb;
padding-bottom: 10px;
position: relative;
z-index: 9;
}
Thanks
Drdolittle76