Lipp97
October 20, 2022, 8:24am
1
Hello all,
I noticed that with the theme “Maker” the category text is always displayed above the articles.
This is unfortunately not very advantageous due to SEO texts, because they then cover the articles.
The sections can also not be moved.
Could someone tell me how to manage to list the text below the articles?
See: https://three-taps.com/collections/goldschmuck-auf-bambusbasis as an example
Lipp97
October 25, 2022, 8:26am
2
{% if page_description %}
{% endif %}
{%- if canonical_url != blank -%}
{%- endif -%}
{% if settings.favicon != nil %}
{% endif %}
{% render 'framework--social-meta-tags' %}
{% if request.page_type == 'index' %}
{% elsif request.page_type == 'password' %}
{% else %}
{% endif %}
{% render 'framework--css-variables' %}
{% render 'partial--css-variables' %}
{% render 'partial--js-variables' %}
{% if request.page_type contains 'customers' %}
{% endif %}
{{ content_for_header }}
{% unless request.page_type == 'password' %}
{{ 'general.skip_link' | t }}
{% render 'framework--icons', icon: 'cross' %}
{% section 'announcement' %}
{% section 'header' %}
{% endunless %}
{% unless request.page_type == 'password' %}
{% section 'framework--footer' %}
{% render 'partial--popup', component: 'main' %}
{% if request.page_type == 'product' %}
{% endif %}
{% if request.page_type == 'collection' %}
{% endif %}
{% if settings.product--quick-add-enabled %}
{% endif %}
{% if settings.cart--type == 'drawer' or settings.product--quick-add-enabled %}
{% render 'framework--cart', view: 'mobile', is_drawer: true %}
{% endif %}
{% render 'layout--mobile-nav' %}
{% render 'framework--feedback-bar' %}
{% render 'framework--search', view: 'modal' %}
{% render 'framework--modal' %}
{% endunless%}
a.featured-card.featured-card--contain {
display: flex;
flex-direction: column-reverse;
}