How can i change the logo size on IDLY

Hi, I have a website (http://consultorescyt.cl/) made with the IDLLY theme, and I need to change the logo size, how can i do that??

Thanks a lot!!!

Hello there,

I hope you are doing well today.

You can use the following CSS code to increase the height of the logo by going to Appearance > Customize > Additional CSS and pasting it there.


/*Increase logo height*/
img {
    height: 90px;
}

However, this will stretch the image so I would recommend uploading a larger version of the logo. The recommended size for the logo is 105 (width) x 75 (height) pixels.

Best Regards,
Support

Hi,

Im uploading a large version of our logo (1200x1200) but when im using CSS provided in the post above logo stretches and looks very badly. Is there any way to do it without losing a quality of the logo?

Tahnks for help

Hi,

Can you try this solution: https://colorlibsupport.com/t/bigger-logo/#post-92349

Let us know,

Thanks,
laranz.

Thanks a lot guys!!! :slight_smile: