Hi there,
I was wondering if you could help me? I have a second topbar underneath the main menu bar, created in Pro Headers. I have used css code to make them both absolute, so the video header can rest underneath. However, the submenu is displaying under the second topbar. I wondered how I can correct this?
Website
http://simplysignspreview.com/ucsactivenew/
Code used to make headers absolute (but not sure this would be causing any issues)
.x-masthead {
position: absolute;
width: 100%;
}