Home Forums Lorina Pro Site Logo site Reply To: Site Logo site

#10955
Andy
Keymaster

You could set a maximum height for the logo with this ‘Additional CSS’ added in the customizer:

.custom-logo {
    width: auto;
    max-height: 100px;
}

Change 100px to a suitable value, and make sure not to leave out width: auto as this is required to stop the logo being distorted.