Shopify themes, liquid, logos, and UX
i added a new tag to items that are created within 15 days
when i add the new tag the item picture tend to go down . and i lose the alignment
this is the code i use to insert the new in teh snipe
{% assign date_created = product.created_at | date:'%s' %}
{% assign date_now = 'now' | date:'%s' %}
{% assign difference = date_now | minus: date_created %}
{% if difference < 1296000 %}
<span class="badge-new custom-badge-new-label">NEW</span>
{% endif %}
i use the below code
it seems itfixed the problem but the new become wider
how can i make the new smaller?
hello @kldlaz
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
User | RANK |
---|---|
121 | |
96 | |
77 | |
69 | |
38 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022