Changing logo size for Crisp White skin
page last edited on 15 January 2017
The logo size can be customized using Custom CSS.
For example, if your custom logo image height is 100 pixels, then you can add the following code to the “Custom CSS” section, to reflect your new logo size:
@media (min-width: 992px) {
#logo, .company-logo {
height: 100px;
}
}
#logo img, .company-logo img {
max-height: 100px;
}
Help make this document better
This guide, as well as the rest of our docs, are open-source and available on GitHub.