Hello!
I’m trying to move this cart icon I added to the right top corner and I can’t figure out how. Can someone please help? Much appreciated!
{% if customer.name != blank %}
- {{- customer.name -}}
{% endif %}
{% else %}
- {{- 'layout.customer.log_in' | t -}}
{% endif %}
{% endif %}
-
- {% if cart.item_count == 0 %}
{{- 'layout.general.checkout' | t -}}
{% else %}
{% assign checkout_url = '/checkout' %}
{% for locale in shop.enabled_locales %}
{% if locale.primary == true %}
{% assign defaultLocale = locale.iso_code %}
section .icon-cart img {
max-width: 10%;
height: auto;
}
