Move the breadcrumb

Hi

I’d like to move the breadcrumb from the bottom to the top as our users are used to a top navigation- How can I customise the layout of the chart?

Hi @suvvers,

You can adjust position of breadcrumb with the help of Custom CSS step in the configuration wizard.

Configuraiton wizard -> Custom CSS step -> paste the code below:

.poch-poch-control-panel-bottom {
    top: 7px;
    left: 225px;
    height: 26px;
}
1 Like

Ah brilliant - thought it would be as easy. Thanks very much, did the trick.

Awesome!!! So helpful!