Hello.
Could you please advise on how to make the site logo appear in the middle of my primary menu?
At the moment, my additional CSS is like so:
#masthead {
position: sticky;
top: 0;
z-index: 10;
size: 50px
float: none;
display: flex;
justify-content: center;
}
This is how it looks:
But I’d like it to appear like this instead:
(If possible, I also want to reduce the top and bottom padding but haven’t found the right css code either)
p/s: this is a sticky header.