Hi there, please help!
I'm trying to align my navigation bar elements / menu with the top of the logo as seen in my screenshot below but can't figure out how to do so (excuse the dodgy logo and stock image, to be replaced).
Thanks so much!
I've tried the following codes and they haven't worked so far:
/* Align nav */.header-title-nav-wrapper { align-items: flex-start;}
AND
.header-display-desktop {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.header-title-nav-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}