Magento 2.1 – Move Breadcrumbs on Category Pages

breadcrumbscategorymagento-2.1

How to move breadcrumbs before toolbar on category pages?
I want to show category page breadcrumbs before sort by dropdown.

Best Answer

You can display it by below code, put below code to your theme

Magento_Catalog/layout/catalog_category_view.xml

<move element="breadcrumbs" destination="content" before="-" />