How to add padding to the top of each page?

Hi @Fayed

Open Online store > Themes > Edit code > open theme.liquid file, add this code under element

{% if template != 'index' %}

{% endif %}
1 Like