Hello, there!
To fix this, please substitute the code I gave you earlier with the following code:
@media (min-width:995px) {
.site-header .sticky-header nav {
width:60%!important;
float:left;
margin:0 auto!important;
margin-left:5em!important;
}
.sticky-header:after{
display:inline-flex;
background: url('http://211sb.com/wp-content/uploads/2018/07/IEUW-Logo-sm.jpg')no-repeat center;
background-size:contain;
width: 200px;
height: 69px;
margin:1em;
margin-left:5em;
}
.sticky-header-shrink:after{
display:inline-flex;
background: url('http://211sb.com/wp-content/uploads/2018/07/IEUW-Logo-sm.jpg')no-repeat center;
background-size:contain;
width: 120px;
height: 50px;
margin:1em;
margin-left:7em;
}
}
https://prnt.sc/k20yio
Change the width, height and margin Values per your needs.