Is it possible to stretch the form to fill the page on my Yola website??

  • bradfordbouncycastles
    Asked on March 1, 2019 at 6:52 PM

    I created by business form at https://www.bradfordbouncycastles.com/Online-Booking.php and I am wondering if there is a way to stretch the form and make it larger so it span my web page? I find it quite small? Especially the product images.

    Jotform Thread 1748352 Screenshot
  • Mike
    Replied on March 1, 2019 at 9:31 PM

    You may increase the form width and label width via Form Designer:

    Is it possible to stretch the form to fill the page on my Yola website?? Image 1 Screenshot 30

    To increase the size of the product images, you may add the next CSS via Form Designer:

    .form-product-item img {
    width: 250px;
    }
    .form-product-item-detail {
    float: inherit !important;
    }

    Is it possible to stretch the form to fill the page on my Yola website?? Image 2 Screenshot 41

    Please give it a try and let us know if you need any further assistance.