How to move breadcrumb to below main menu in custom module in magento 2
I created breadcrumb using layout.xml file but when i am go to that page breadcrumb is coming at the top of the page. what i need is below the main menu. <referenceBlock name=”breadcrumbs”> <action method=”addCrumb”> <argument name=”crumbName” xsi:type=”string” translate=”true”>Home</argument> <argument… Read More »How to move breadcrumb to below main menu in custom module in magento 2