You can do this with some CSS added to a theme:
.desktop-view {
#navigation-bar {
order: -1;
margin-right: 0;
}
.category-breadcrumb {
margin-right: auto;
}
}
You can do this with some CSS added to a theme:
.desktop-view {
#navigation-bar {
order: -1;
margin-right: 0;
}
.category-breadcrumb {
margin-right: auto;
}
}