Hi, Andre — the secondary menu is exactly what I needed. Thank you!
Regarding my question though on resizing top nav — I would like to decrease the height of the logo/top nav area. Just to be clear, is that in the header.php file or in the CSS file? It looks like it’s this in CSS:
#cir-logo-group-wrapper {}
#cir-logo-group,
#cir-site-title-group {
display: inline-block;
overflow: hidden;
text-align: left;
}
Is that correct?