I’ve just installed Activello and uploaded my logo sized at 1794 x 1128 which I thought would be OK for a full width, however it keeps getting resized to 400 x 200. How do I get it to show as a full width image.
My site is blueplanetlife.co.uk
thanks for any help you can give.
Linda
Hello there,
I hope you are doing well today.
You can use the following CSS code to edit the logo size by going to Appearance > Customize > Additional CSS and pasting it there.
/*Logo Size*/
div#logo img {
width: 500px;
}
Best Regards,
Support
Thanks for that - def got the width to increase however I am uploading large, pin sharp logo images but something is happening to them and they are appearing fuzzy and lo res.
I’ve tried uploading other large files and have noticed the upload screen wants 400 x 200 images -
"Maximum upload file size: 100 MB.
Suggested image dimensions: 400 by 200 pixels."
I think my large images are being automatically resized somewhere and I can’t find out where.
Hello there,
When you change the CSS, you would have to re upload the image so that it can be resized, that way you get better results.
Best Regards,
Support