Hi Benjamin,
The URL of the logo in sticky navigation doesn’t seem right, the size is only 16px*7px.
https://www.screencast.com/t/OVHS0wcWAYE
Did you use some plugin to upload them? If so, could you try the original WP way to upload the image again in custmozer > layout > sticky navigation > Sticky Navigation Logo? Let me know.
Try this CSS for padding:
@media (min-width: 769px) {
nav#sticky-navigation {
padding-left: 50px;
padding-right: 50px;
}
}