Go to Appearance > Customize > Additional CSS - and add the following snippet:
@media only screen and (min-width: 1100px) {
.fixed .leftnav .cg-main-logo img {
height: 41px;
}
}
Increase 41px until correct.
Modified on: Fri, 9 Jun, 2017 at 8:53 AM
Go to Appearance > Customize > Additional CSS - and add the following snippet:
@media only screen and (min-width: 1100px) {
.fixed .leftnav .cg-main-logo img {
height: 41px;
}
}
Increase 41px until correct.
Did you find it helpful? Yes No
Send feedback