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
Solved! Go to the solution
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
This is an accepted solution.
Hi @Tiyaya89,
You need to go to the collection-template.liquid file (Assuming ella has the same naming as debut), find the
<div class="section-header text-center">
</div>
and put it under
<div class="mt-5 pagination-wrapper text-center">
</div>
If you can't get it working, pm me I could do it for you
@Bluish 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
User | Count |
---|---|
518 | |
210 | |
129 | |
79 | |
45 |