Hi,
I am using the Icon theme and I’m wondering if there is a way of including a logo in the navigation bar. At the moment it is fairly large blank grey area:

If I could have a logo in the large grey area then perhaps I could keep the nav bar this size, but in the meantime I have added code to reduce the height, so that it doesn’t take up so much screen space:
@media only screen and (min-width: 320px) and (max-width: 568px) {
.x-navbar-wrap {
height: 55px;
}
}
.x-navbar-inner {
min-height: 55px !important;
}

I would be glad to know if I can display a logo in this way.
Thanks,
Nick