Resizing of the Logo in Krystal
Hi,
The Logo appears to small on the website and I would like to resize it and make it bigger. Is it possible?
Thanks in advance.
Susana
Replies (1)
-
October 8, 2018 at 6:11 am
Hi,
The Logo appears to small on the website and I would like to resize it and make it bigger. Is it possible?
Thanks in advance.
Susana
-
October 8, 2018 at 3:20 pm
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
