Hi @adkowaty ,
In the standard of the theme structure :
-
Create snippets a file like custom_map.liquid file and put the map code.
-
Go to theme.liquid file and find such a name section ‘footer’.
{% section 'footer' %}
This is responsible for the footer code.
- If you want to show above the footer, add the file custom_map.liquid by render ‘custom_map.liquid’.
{% render 'custom_map' %}
I hope these steps will help you.
Thanks
Vitix Dev Team