Comments Steve started the conversationFebruary 19, 2021 at 7:17pmIs there a way to increase the header logo size? No matter what I'm uploading it seems to default to this extremely small size. 1,973Support repliedFebruary 20, 2021 at 9:48amHello Steve,You can increase you r logo height with #logo img { height: 40px;}just change the height (in pixels) as it will try to cover the available width (auto)and add the code to customizer -> additional CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyMichael repliedFebruary 20, 2021 at 10:34amHi,one more question to this from my side- possible to change logo high only in desktop - version but leave it in standard size in mobile version?Same with burger menu dots?Thanx. 1,973Support repliedFebruary 20, 2021 at 1:23pmHello,you can include the CSS code below in a media query for desktop, for example@media only screen and (max-width: 1024px){#logo img { height: 40px;}}Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicySteve repliedFebruary 22, 2021 at 2:53amThanks, perfect Sign in to reply ...
Is there a way to increase the header logo size? No matter what I'm uploading it seems to default to this extremely small size.
Hello Steve,
You can increase you r logo height with
#logo img {
height: 40px;
}
just change the height (in pixels) as it will try to cover the available width (auto)
and add the code to customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
one more question to this from my side- possible to change logo high only in desktop - version but leave it in standard size in mobile version?
Same with burger menu dots?
Thanx.
Hello,
you can include the CSS code below in a media query for desktop, for example
@media only screen and (max-width: 1024px){
#logo img {
height: 40px;
}
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks, perfect