Everytime I upload a new logo it’s being resized.
ie: 400×88 to 355×88.
I resize my logo to 355×88 then it’s resized to 315×88.
Is there any way I can upload a logo picture without being resized? Because logo logs blurish because of resize.
I’ve been trying with different image sizes and result is the same..
Hi,
After uploading the logo, choose the image size before clicking “Use Image as logo”. You can select the Full Size.
Regards,
Ismael
That’s what I’ve been already doing.. If I inspect element with google chrome I see:
315×88 pixels (Natural 355×88 pixels)
I think this might be due to any of the CSS classes or containers. Could you please check it?
You can check it by yourself on http://www.geekrise.com
Hi!
Try to insert following code into the quick css field:
.logo img {
width: 100%;
}
Best regards,
Peter