Resizing of the Logo in Krystal

S Started by Susana · October 8, 2018 at 6:11 am · 1 reply 1 voice Last reply 7 years, 8 months ago
ST
Spiracle Themes Original poster
#2

Hi Susana,

Try the CSS below

header .custom-logo-link img {
max-height: 75px;
}

@media only screen and (max-width: 767px){
header .custom-logo-link img {
max-height: 60px;
}
}

You can increase or decrease the number 75 to get the desired height. Do not change the @media CSS max-height and it should be set to 60px for smaller devices.

Copy and paste this in Appearance -> Customize -> Additional CSS

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Resizing of the Logo in Krystal

By posting, your reply becomes public (unless marked private).