Okay
  Public Ticket #1290831
Breadcrumb alignment
Closed

Comments

  •  5
    Benoblog started the conversation

    Hi,

    I've got a little issue concerning the alignment of Breadcrum navxt plugin. I cannot align it on the left, even after trying to apply custom css like: ".breadcrumb {float: left;}".

    Could you please help me?

    Thank you very much.

  •  1,559
    Laborator replied

    Hi there,

    Adding the following CSS to the Custom CSS will set your breadcrumb to the left:

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

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  5
    Benoblog replied

    Hi Art,

    That works fine, thank you!

    Kind regards

  •  1,559
    Laborator replied

    You're welcome,

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance and have a great week!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group