- This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Site Logo site’ is closed to new replies.
Home › Forums › Lorina Pro › Site Logo site
Hi Andy,
I have Lorena Pro on 2 domains that I am integrating in the Primary menu so I habe the same Site identity 100%. Issue is that one doesnt have a logo (I use the site name and tagline only), the other has a logo.
Unfortunately, the header border size of the one with logo is bigger vertically that the other.
How can I reduce the logo size so both Site header have the same height?
Thank you
Cristina
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.
perfect!