Hi there,
1. this article explains how to center align logo in navigation:
https://docs.generatepress.com/article/centering-logo-navigation/
2. Edit your Header Element and wrap your content in a DIV like so:
<div class="border-container">
<h1>My title</h1>
</div>
Then you can style it with this CSS:
.border-container {
padding: 25px 15px 10px;
border: 4px solid #fff;
box-sizing: border-box;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
BTW – i can’t access your Site – can you check the URL you provided if you need us to take a look.