Comments 10Matteo started the conversationJanuary 21, 2024 at 4:23pmHi there,I tried these codes to make the logo bigger but both doesn't seem to do the job:#logo { width: 3em; height: 2em;} black-logo { width: 3em; height: 2em;} white-logo { width: 3em; height: 2em;}Can you help me? Logo explanation in attachment - thank you in advanceAttached files: SmallLogo.png 1,973Support repliedJanuary 22, 2024 at 10:31amHello Matteo,You just need to change the height of the logo, as it will adjust to cover the available width, so modify the height, in pixels and the code to customizer -> additional CSS#logo img { height: 50px;}Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 10Matteo repliedJanuary 22, 2024 at 11:26amHi there,thank you it worked just perfectly :)1 Like Sign in to reply ...
Hi there,
I tried these codes to make the logo bigger but both doesn't seem to do the job:
#logo {
width: 3em;
height: 2em;
}
black-logo {
width: 3em;
height: 2em;
}
white-logo {
width: 3em;
height: 2em;
}
Can you help me? Logo explanation in attachment - thank you in advance
Attached files: SmallLogo.png
Hello Matteo,
You just need to change the height of the logo, as it will adjust to cover the available width, so modify the height, in pixels and the code to customizer -> additional CSS
#logo img {
height: 50px;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi there,
thank you it worked just perfectly :)