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. 2,006Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioMichael 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. 2,006Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioSteve 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Thanks, perfect