From ab5d0ed80116198a191605b5b32b22abf4435712 Mon Sep 17 00:00:00 2001 From: Noman Dhoni Date: Tue, 24 Sep 2024 16:19:43 +0600 Subject: [PATCH] Fixed the syntax error --- sections/header.liquid | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/sections/header.liquid b/sections/header.liquid index bd2cc4cee94..ff8132df984 100644 --- a/sections/header.liquid +++ b/sections/header.liquid @@ -106,7 +106,11 @@ endfor -%} -<{% if section.settings.sticky_header_type != 'none' %}sticky-header data-sticky-type="{{ section.settings.sticky_header_type }}"{% else %}div{% endif %} class="header-wrapper color-{{ section.settings.color_scheme }} gradient{% if section.settings.show_line_separator %} header-wrapper--border-bottom{% endif %}"> +{% if section.settings.sticky_header_type != 'none' %} + +{% else %} +
+{% endif %} {%- liquid assign social_links = false assign localization_forms = false @@ -280,7 +284,11 @@
- +{% if section.settings.sticky_header_type != 'none' %} +
+{% else %} + +{% endif %} {%- if settings.cart_type == "notification" -%} {%- render 'cart-notification', color_scheme: section.settings.color_scheme, desktop_menu_type: section.settings.menu_type_desktop -%}