I would like the bars to be a bit thinner so that more show “above the fold”. Is there a way to do this?
Solution:
Yes, this can be achieved with CSS. Use this code, and adjust the 1.175 to a smaller number! Make sure the font still fits inside though…
.iMenu li, .iPanel fieldset li {
border-style: solid;
line-height: 1.175;
}