Increasing Size of Personal Logo on Forms

Hi all,

I’ve uploaded my company’s logo to a workform I was working on, but it’s so tiny. Is there a way for it to take up the majority of the header or is the sizing a constraint Monday.com has on the form? I was uploading high res files so I assumed it would have uploaded pretty large. Thanks for the help!

3 Likes

Hello, @avanoo Official Site

Monday.com forms may have constraints on image sizing. Try these steps:

Resize Image: Make the image larger before uploading.
Check Form Settings: Look for any options to adjust image size.
Contact Support: Reach out to Monday.com for specific limitations or solutions.

I hope this suggestion will be helpful for you
Best regards
chris1058

Same! It looks silly.

1 Like

Check the image size settings; there might be constraints on the logo size. Try resizing the logo before uploading. If issues persist, contact us

I’ve seen this issue on several accounts. I will contact support but it is not just you @avanoo. Please let me know if you resolve this and I’ll do the same!

1 Like

Thanks Drew! I had checked this morning to see if it might have resolved itself, but it’s still constrained to a small area.

I’m having the exact same problem.

Me, too. I would also really like it if the logo image could be much larger. As it stands, it is pretty much unreadable.

Hi @avanoo @chris1058 @KSP @davidmiller @DrewBeFree @CarlosRmz @roymichaeldonald

There is a workaround for this - using the form description that supports HTML for the Logo, Title, and Description.

For example, if you paste this block of HTML in your form description, it will give you a fully customisable Logo, Title, and description:

<div style="text-align: center; width: 100%;">
  <img src="https://files.monday.com/use1/logos/5459733/original/eazyapps_logo_102790.png" alt="Contact Us" style="width: 100px; height: auto; margin-bottom: 10px;">
  <label style="font-size: 24px; display: block; margin-bottom: 5px;">Contact Us</label>
  <label style="font-size: 16px; color: #666; display: block;">We'd love to hear from you! Please fill out the form below.</label>
</div>

monday does limit the space allocated to the description box, so if you find that monday forms do not give you the styling flexibility you are looking for, please try out our monday app form builder EasyForm.

EasyForm supports HTML in the form description and in the description of each question in the form.

You can install it form the monday marketplace here.

Check out our documentation site here.

Book a demo or support call with us here, or contact us by mail at easyappssupport@easyappshq.com.

1 Like