Yeah it looks good up the top but I got all that empty space. Would you be able to share some code on how to center it from the top position? Cheers.
.p-header .p-header-logo {
margin: 0 auto;
}
That did it! Thank you.Place this CSS inside the extra.less template. It should do the trick.
Code:.p-header .p-header-logo { margin: 0 auto; }