How to align my input boxes?

  • bethisenergy
    Asked on September 2, 2024 at 11:15 PM
    okay this is great. last thing! Mow my email question, the boxes are shrunken down. See below. How do make it more aligned with the rest of the boxes or bigger?Form background is zoomed in on mobile Image 1 Screenshot 20 Screenshot 10
  • Raymond JotForm Support
    Replied on September 2, 2024 at 11:20 PM

    Hi Elizabeth,

    It seems that the issue is due to the theme that was selected. To fix this, please add the following codes to your CSS codes:

    /* remove limit on field's width - 18585861*/

    li[data-type="control_textbox"] div[data-layout="half"], li[data-type="control_dropdown"] div[data-layout="half"], li[data-type="control_email"] div[data-layout="half"], li[data-type="control_number"] div[data-layout="half"], li[data-type="control_phone"] div[data-layout="half"], li[data-type="control_datetime"] div[data-layout="half"] {
      max-width: unset !important;
    }
    /* Ends here */

    Here's how it would appear:

    How to align my input boxes? Image 1 Screenshot 20

    Give it a try and let us know if you need any help.

  • bethisenergy
    Replied on September 3, 2024 at 1:37 AM

    Raymond,

    Thank you so much for all your help! Everything is working perfectly except for one last issue. I’m having trouble linking an image to the shareable link when I send it out to clients—it's still showing the Jotform logo. I uploaded an image and read that it should automatically be used as the link preview, but it’s not working. I've also attached some images to show you what's happening.How to align my input boxes? Image 1 Screenshot 30 Screenshot 10How to align my input boxes? Image 2 Screenshot 41 Screenshot 21
  • Raymond JotForm Support
    Replied on September 3, 2024 at 1:50 AM

    Hi Elizabeth,

    To avoid confusion, I answered your other question on a new thread. You can go ahead and check that out here

    Reach out again if you need any help.

Your Answer