Move Collection description underneath the product list

Hello,

I am using the Ella theme from themforest. Our collections decription is currently showing on top of our products: https://www.clozila.com/collections/face-mask and we would like to move the collection descriptions underneath the products so that you see the products first and the description at the bottom of page instead. Would someone please assist with doing so on the ELLA theme from theme forest?

Thank You

@Tiyaya89

Please check sections/collection-template.liquid file code and move description code after pagination. I don’t have an idea about the Ella theme file.

If you provide code here so I can check if the description code is there and tell you where you can move it.

Thanks!

Hi @Tiyaya89 ,

Go to Edit theme code > Sections > collection-template.liquid file. Copy all the code from the file and post it here, so I can take a look and tell you what to do. You’ll have to swap a block of code and everything will work as you want. Thanks

Hi @Tiyaya89 ,

You need to go to the collection-template.liquid file (Assuming ella has the same naming as debut), find the


and put it under


If you can’t get it working, pm me I could do it for you

1 Like

Thank you so much for your help. It helped and we really appreciate your assistance!

Can you tell me what you changed exactly? I can’t find it (same Ella theme as you have..) I understand that out of the info they gave you, you found it yourself, but I cant..

Thanks in advance!

@JohnFromJotting This approach moves both the description and the page title below the fold for Ella. How can we move just the description?

Thanks in advance

Hi,

https://www.youtube.com/watch?v=lRhGc6bkOiM

You can just watch the video and I hope it will solve the issue.

Thanks & Regards

Hi!

I have the same problem. I want to put the category text below the product collection, but I am using the Warehouse theme, in this case what would the code look like?

Thanks a lot

Hi,

Have you tried to search the file and search the description code in the collection file.

And you can also share the code for the collection page.

Thanks & Regards

Yes, but the “description” is not in the code. This subject is different from Ella. I don’t know how to share the code with you. What part do you need specifically?

I was wanting to do the same thing (I am also using the Ella theme), but a thought popped into my head: would moving the collection description to the bottom of the page make it “below the fold?” For SEO purposes, I think I would prefer to have the description appear at the top of page, but truncated after 250 characters.

Would the code you provided in the above solution work for me as well (with the addition of the truncation bit)?