LJC2
1
Site Preview: https://ayngoac0mjth5ce9-63190401240.shopifypreview.com
I’m trying to add 160px more margin directly underneath the header on 1 page only.
I’ve seen suggestions for collections, product templates, entire themes… but I cannot figure out how to add it on only 1 page.
@LJC2
Welcome to Shopify Community,
We are happy to help you.
You can try like this code. add your custom css.
{% if page.handle == 'learn-the-lingo' %}
{% endif %}
OR
2. code. or you can try the second code.
{% if pages.handle == 'learn-the-lingo' %}
{% endif %}