I have used a theme where the menu is at the bottom and overlapping my chat and ‘back to up’ button. Now I want to move my menu back to the top, next to my logo as hamburger. Anyone knows how to do this?
I think I need to change this code somehow:
{% if mobile_menu_style == 'thumb' %}
{%- if main_menu != blank -%}
{%- if settings.cart_icon == 'cart' -%}
{%- else -%}
{%- endif -%}
{{ 'layout.cart.title' | t }}
{{ cart.item_count }}
{%- endif -%}
{% endif %}
