Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #875429

    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

    #875680

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.