I would like to adjust my Logo size in my header, for desktop version (hopefully is responsive on other devices as well). I tried to add an additional css code of my logo:
img.white-logo{ height: 100px; width: 100px; } but whatever I do or change (width: auto; ...), nothing changes.
Hi Harington Team,
I would like to adjust my Logo size in my header, for desktop version (hopefully is responsive on other devices as well).
I tried to add an additional css code of my logo:
img.white-logo{
height: 100px;
width: 100px;
}
but whatever I do or change (width: auto; ...), nothing changes.
Please help me.
Thanks in advance!
Kind regards,
Philipp
Hello Philipp
So the idea is that you just need to change the height, as it will adjust the width automatically.
So the code is
#logo img {
height: 100px;
}
in customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I tried every combination:
height: 100px;
width: auto;
or
width: 100px;
or without any width;
...nothing worked.
Doesn't matter how I code it, the logo's size never changes.
Also it is not responsive: it's huge in the mobile version
Hi, ok can you provide your site url or even better admin access in a private comment?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy