I’m trying to move the breadcrumbs into the header, right now it displays outside of it.
What I mean is as follows:
the above shows the breadcrumbs being outside of the header, I want it to be a part of the header.
The location of the breadcrumbs file is as follows.
app/design/frontend/vendor/theme/Magento_Theme/templates/html/breadcrumbs.phtml
The breadcrumbs display only on the catalog and product pages and I want it to stay that way.
How can I get the breadcrumbs to be included/nested in the header?