@Davis, I'll be trying this much anticipated plugin this weekend. I was just looking quickly at the settings (not trying anything yet) and have a few questions based on what I see there:
First, does this make use of the existing header HTML, here:
<header>
<div id="header-navigation" class="Header-navigation">
EXTENSION HTML GOES HERE
</div>
</header>
That seems like the logical way.
And if so, can we then simply add our markup with the assumption it will be inserted into that div?
Also, the first field reads Header Http. I'd suggest just Header HTML, assuming I understand that right.
Also, in the CSS field, does it have to be CSS rules or can we add an external link like this...
@import url(https://domain.tld/path/to/file.css);
Or like this...
<link rel="stylesheet" media="screen" href="https://domain.tld/path/to/file.css" />
Finally, about the Fixed height of header field... Wouldn't that just be handled in the CSS? For example, I've got that covered now in the Appearance overrides. Can I just leave this field blank and handle via other CSS routes?
Thanks in advance.