Okay
  Public Ticket #961852
How to set breadcrumb to left and longer
Closed

Comments

  • meiping started the conversation

    Hi, Good day to you. How can I set breadcrumb to left and make the line longer?

    Many thanks in advance.

    MP

  •  1,558
    Laborator replied

    Hi there,

    You can do that by pasting the following CSS in your Custom CSS area:

    .page-title-container .col-sm-6 {
        width: 100%;
    }
    .page-title-container .col-sm-6:first-child {
        display: none;
    }
    .breadcrumb {
        float: left !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group