Afternoon all,
Trying my hardest at this but it's tricky! I've done well so far I think but I'm falling down on this.
I'd like the drop down menu to match the style of the site header with the blur.
a.header-nav-folder-title:hover + div, .header-nav-folder-content {
text-align: center !important;
position: absolute;
left: 50% !important;
right: unset !important;
-webkit-transform: translatex(-50%);
-o-transform: translatex(-50%);
transform: translatex(-50%);
background: #000000 !important;
}