Collection page description

Is it possible to shift the description after products ? as its showing on the top. i dont want description to be shown on top. please tell me how to do

https://i79km3gi81r3d32q-59964620842.shopifypreview.com

Password : 1234567

  • Here is the solution for you @kashifjohn
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
#collection-page {
 display: flex !important;
}
.collection__page--description {
 order: 2 !important;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.