Hi All,
Managed to fix it with some help from another forum (kudos to the guy who helped).
I have to change the z-index style for the #branding CSS rule.
From this:
#branding {
padding-bottom: 10px;
position: relative;
z-index: 9999;
background: transparent
}
To This:
#branding {
padding-bottom: 10px;
position: relative;
z-index: 1
background: transparent;
}
Now works like a charm