Make logo bigger [HELP!!]

Hi!
Can someone help me with my logo? I tried to change CSS (e.g:
.logo {
max-height: 100%;
}
or
img.logo {
max-height: 100%;
}
but It’s still so small like this…
Please HELP!

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

In the mean time. You can use the following CSS code to change the logo height by going to Appearance > Customize > Additional CSS and pasting it there.

/*Logo height*/
.logo {
height: 400px;
}

Best Regards,
Support

.logo {
height: 400px;
}
this one is not working I’ve tried :frowning:
my website:
http://www.stanikobranie.pl

Thanks!

Hello there,

Thanks for the link however I cannot access it, could you disable the maintenance plugin so that I can see the page?

Best Regards,
Support

Hello there,

I hope you are doing well today.

Thanks for allowing me to see the page.

Please try using this CSS code to change the logo size:

/*Logo size*/
.top-header img {
    height: 100px;
}

Also, please remove the previous CSS code that did not work.

Best Regards,
Support

Thanks for response and for helping me but It’s sill not working :frowning:
Please confirm - I need to put the code to style.css file in the Editor in Ildy theme?
Screens in the attachment

Hello there,

Please go to to Appearance > Customize > Additional CSS and paste it there. The style.css file should not be used or modified.

Best Regards,
Support

Yay! We have this! Thanks a lot!

Hi,

Glad we helped. :slight_smile:

Let us know If you have any other questions. Please feel free to contact us again in the future regarding any other issues.

If you’re happy with our service, don’t forget to rate us: [Shapely] Reviews | WordPress.org

Thanks,
laranz.