Comment to Solved: Center Logo in Protean
Hello Jaduho!
Studio -> Protean -> Styles -> CUSTOM STYLES
/* Centering the logo */
.bx-toolbar-content .bx-toolbar-item.bx-ti-logo img {
display: block;
margin-left: auto;
margin-right: auto;
}
/* END Centering the logo */