Hi. Tweaking website (mysalus.org) and wanted to reduce the height of my bread crumbs line. I have the collowing css in the cusomizer custom css
.x-breadcrumb-wrap {
max-width: 1350px;
margin: 0 0 10px;
border-bottom: 0;
padding-left: 10px;
font-size: 12px;
}
AND
p.breadcrumbs {
margin: 0 0 0px !important;
}
but this last bit doesn’t seem to affect the bottom margin at all. From the inspector, this appears to be the right css but I am at a loss. Ideas?