Hello, friends
Can someone help me move Collection Description to bottom of page, I am using Vindor theme for my website, here is my Collection link: https://kingsawning.com.au/collections/awnings , 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.
1 Like
There is no main-collection.liquid, please check my screenshoot.
Hi @kingsawning ,
You can move the collection description to the bottom by adjusting the collection template in your theme.
Method 1: Theme Customizer
- Go to Online Store β Themes β Customize .
- Open the Collection page template.
- Check if there is an option for Collection description position .
- Set it to Bottom and save.
Method 2: Edit theme code
- Go to Online Store β Themes β Edit code .
- Open the collection template file. Itβs usually:
main-collection-product-grid.liquid
- or
collection-template.liquid
- Find the collection description code, usually something like:
{{ collection.description }}
or
{{ collection.description | escape }}
- Cut that block from the top section.
- Paste it below the product grid or near the bottom of the file.
- Save and preview.
1 Like