I’m getting this error in Google Search Console:
“logo”: Liquid error (sections/header.liquid line 706): Width must be between 1 and 5760,
Line 706 in header.liquid looks like this:
“logo”: {{ section.settings.logo | image_url: width: section.settings.logo.width | prepend: “https:” | json }},
Thanks in advance!
1 Like
@zzsteve
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
@zzsteve
oh sorry i can’t see logo section
Hi @zzsteve ,
Please send me the code of header.liquid file, I will check it.
Or you can go to sections > header.liquid file, find ‘Organization’ and change code here:
Code:
"logo": "https:\/\/cdn.shopify.com\/s\/files\/1\/0577\/8885\/8427\/files\/Highly_Allocated-01_250x.png?v=1653712357",
Hope it helps!
Here is the code. Thank you!
Hi @zzsteve ,
Please go to line 706 and change the following code:
"logo": {{ section.settings.logo | image_url: width: section.settings.logo.width | prepend: "https:" | json }},
=>
"logo": {{ section.settings.logo | image_url: width: section.settings.logo_width | prepend: "https:" | json }},
Hope it helps!
This looks like it worked! Thanks so much!
1 Like
Hello LitExtension, I face the exact same problem than Zzsteve. I followed your solution but after making the verification on the google search console, i have the same error message (“logo”: Liquid error (sections/header.liquid line 706): Width must be between 1 and 5760,)
Do you have an idea on how to fix this ?
Thank you very much!
Hi @matishuberman ,
You can create a question on the community and send me the link. I will check it.
Because this will help build a better community.
Thank you.