Hi – We uiploaded our logo 340×58. Set the custom header size. But the logo is blurry and not sharp as it appears on the desktop. Any idea why it’s getting distorted? Also Using a child theme how can we show a different logo when the header shrinks?
Hi blankonblank!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
margin: 0 auto;
max-width: 85%;
height: auto !important;
margin-top: 10px!important; }}
Issue you are having is on mobile, is that correct?
Regards,
Yigit
Hi!
1- You can adjust “max-width: 85%;” as needed to increase the size of your logo. I have edited the code and added top margin. Please adjust it as needed as well.
2- Please try uploading your logo double in size
Cheers!
Yigit