Any idea why logo spacing changes after you click on a product on mobile version ?
Hi @GiudFabri123 ,
Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?
Hi @GiudFabri123 ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go Assets folder → theme.liquid file.
Add the following code in the bottom of the file above tag
{%- if template.name == 'product' -%}
{%- endif -%}