Q: May I change my store logo dimensions on Sku Fetch Template Settings?



A: Yes, go to Sku Fetch template tab


Be sure to select a template with logo, 



You can select your logo and attach it to your template

  




Scroll to the top section, click the source button, this will show the HTML code



Look for the logo tag like <img class="logo" src="{{company_logo}}"  />


manually add this style="max-width: 500px;" to the code in the template. 


So the tag will look like this <img class="logo" src="{{company_logo}}" style="max-width: 500px;" />

In this case, we are adding 500 pixels as the max width, but it is an example, put a positive value.


Make sure to save changes.