To move the Navigation Links to bottom of the Header

Like this.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.
div.header-display-desktop {
align-items: flex-end;
}
.header-title-nav-wrapper {
align-items: flex-end;
}
