Question

I want to move the category Image and category description in the column of product listing at category page. Now the Image and description is appearing above the 2column-left layout.

Was it helpful?

Solution

Try below code in your catalog_category_view.xml

<move element="category.image" destination="content" before="category.products" />
<move element="category.description" destination="content" after="category.image" />
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top