Thank you for this great component!
I don’t want it to show to non logged in users so I have added this in the CSS of the component:
.b-header {
display: block;
}
.anon .b-header {
display: none;
}
It works but it still takes space here:
Do you know what I should do?