Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi, Good day to you. How can I set breadcrumb to left and make the line longer?
Many thanks in advance.
MP
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