Hi everyone,
Thanks to the bellow code (found in a similar discussion), I managed to move the language selector right under the header.
However, could someone explain me how to move it in the header, right next to the the cart on the right ?
On the picture, you can see it’s located weirdly under the header.
I would very much like to have it next to the cart.
I use Dawn Theme 6.0.2.
Thanks a lot!
code used so far bellow (found on this discussion: https://community.shopify.com/post/1549321)
{%- form 'localization', id: 'FooterCountryFormNoScript', class: 'localization-form' -%}
{% render 'icon-caret' %}
{{ 'localization.update_country' | t }}
{%- endform -%}
{%- form 'localization', id: 'FooterCountryForm', class: 'localization-form' -%}
{{ localization.country.name }} ({{ localization.country.currency.iso_code }} {{ localization.country.currency.symbol }})
{% render 'icon-caret' %}
{%- endform -%}
{%- form 'localization', id: 'FooterLanguageFormNoScript', class: 'localization-form' -%}
{% render 'icon-caret' %}
{{ 'localization.update_language' | t }}
{%- endform -%}
{%- form 'localization', id: 'FooterLanguageForm', class: 'localization-form' -%}
{{ localization.language.endonym_name | capitalize }}
{% render 'icon-caret' %}
{%- endform -%}
Not shop performance related.
Others do not see what you see.
Drastically increase your chances of getting solutions.
Provide publicly inspectable urls that reproduce the problem.
Long lines of code should be formatted using the code format button when making a post.
https://community.shopify.com/c/shopify-design/help-us-help-you/td-p/668159