Hi guys,
Trying to lower the breadcrums so they match with the logo poistion, but adding custom css for margin in the Global CSS doesn’t seem to work. For instance:
.x-breadcrumb-wrap {
margin-top:1.5em !important;
}
It looks like the default breadcrums-wrap settings override it:
.x-breadcrumb-wrap {
overflow: hidden;
margin: 0;
padding: 16px 0;
font-size: 12px;
line-height: 1.4;
background-color: #fff;
Any ideas how to go about that?

