Hi,
I want my sticky header menu to be in the same row with the cart & search bar.
Hi,
I want my sticky header menu to be in the same row with the cart & search bar.
This is my current header:
And I want the 3 sidebar, USD currency, shopping cart, and search bar to be move up 1 row inside the header of Home, Shop, About. So all of them become 1 row instead of its own separate row.
My store URL is : godzhand.myshopify.com
This is theme.liquid
{%- render 'layouthub_header' -%}
{% if settings.favicon %}
{% endif %}
{% if page_description %}
{% endif %}
{% include 'social-meta-tags' %}
{% render 'css-variables' %}
{{ 'theme.scss.css' | asset_url | stylesheet_tag }}
{% if request.page_type contains 'customers/' %}
{% endif %}
{{ content_for_header }}
{% render 'shogun-head' %}
{% section 'sidebar-menu' %}
{% section 'announcement-bar' %}
{% section 'header' %}
{%- unless request.page_type == 'product' or request.page_type == 'search' or request.page_type == 'index' -%}
{% include 'action-bar' %}
{%- endunless -%}
{%- if request.page_type == 'search' and search.performed -%}
{{ 'general.search.results_with_count' | t: count: search.results_count, term: search.terms }}
{%- endif -%}
{% section 'footer' %}
{% comment %}
Enable ajax cart drawer
{% endcomment %}
{% if settings.cart_type == 'drawer' %}
{% endif %}
- {{ 'general.accessibility.refresh_page' | t }}
- {{ 'general.accessibility.selection_help' | t }}
{%- render 'layouthub_footer' -%}
{% include 'mlveda-currencies-switcher' %}{% include 'mlveda-currencies' %}{% include 'mlveda-flag' %}{% include 'mlveda-currencies-style' %}{% render 'banana-stand-footer' %}