Hello, I wanted to have the logo overlap the header. I found a support topic that helped me to achieve this by adding the following custom css:
.x-navbar .x-brand { position: fixed;}
.x-navbar-inner {max-height: 90px; overflow: auto;}
The only issue I have is when you go into responsive mode, that logo stays at the top of the screen even though the header does not. Here is a link to the dev site: http://sjclaims.gallagherbd.com/.
Please let me know if you have a snippit of Custom CSS that can fix the problem.