Hello Armandos,
It seems like you are having problem aligning the logo center with the tagline, right?
Well, You can achieve this by some CSS tweaks.
Go to Admin Panel’s Appearance-> Customize->Themes Options-> Advanced Options-> Custom CSS.
Now inside Custom CSS box put the following code.
.site-branding .site-logo {
margin-top: -16px !important;
}
Instead of -16px, you can replace it with a suitable value you would like to have.
Let us know how it goes.
Regards.