Hi
I want to display breadcrumb above page title on the left side, I found help threads here and adjusted… .breadcrumb { left:0px;} and also .title_container .breadcrumb. Now the problem is in mobile menu I still see the the Page title first and breadcrumb below it. Please let me know the best solution that keeps breadcrumb above page title all the time in all the devices.
Thanks,
Raghunath K
Hey nmohammed1970,
If you put with css adjustment within the following media query it should work though you may have to make some slight adjustments:
@media only screen and (min-width: 767px) {
Your custom css
}
Best regards,
Jordan Shannon