Hi
Please try to add the following custom CSS into “OldCar options > Custom code > CSS code” or child theme style.css
@media (max-width: 1349px){
body h1.logo, h1.logo a,
#sidebar .logo a {height: 205px;}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all{
body .responsive-logo {background-size:auto 100%;}
}
Your LOGO size is not same as the original LOGO size, so I need to change the size of LOGO container.
Thanks