Hi there —
I’m using cornerstone with a fixed top navbar. I’d need the logo margin-left to be fixed vs. a percentage (i.e. not change as the browser windows resizes in width) while the navigation item stay fluid.
I tried adding:
.x-container{
margin-left: 50px; !important;
}
…to the customizer, but then the rest of the nav gets stuck at some point, when the width expands. I’d the menu items’ behavior to stay exactly the same as current. TIA.