Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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; }