Hi all,
I am using a custom theme for my website (https://overalzonnepanelen.nl/collections/kleine-zonnepanelen) and there is no way for me to move description section on my collection pages under the products.
I recently did some SEO optimization so there is quite some content in the description so it really needs to move to the bottom of the page.
The code that is related to this is (I think):
{% if collection.description.size > 0 and section.settings.show_description and section.settings.show_description_below == false %}
{{ collection.description }}
{% endif %}
or it may also be this code:
{%- if collection.image == nil or section.settings.show_description_below or section.settings.show_image == false -%}
{%- if section.settings.show_description and collection.description.size > 0 -%}
{{ collection.description }}
I am not sure, but would be really grateful if someone could tell me how to move the description.