Finally found it, after searching many blogs and tips...
Below is the CSS code placed in website tools, Custom CSS
Upper line fixed the navigation items.
Lower line fixed the Social Icons.
Now both are bottom aligned!
.header-title-nav-wrapper {
align-items: baseline;
}
.header-display-desktop {
align-items: flex-end;
}