Any way to enlarge the products thumbnail?

  • SeafoodLover
    Asked on May 27, 2020 at 11:10 PM
    Any way to enlarge the products thumbnail?
  • Jed_C
    Replied on May 27, 2020 at 11:18 PM

    You can try adding the CSS code below to adjust the image size of the products.

    .form-product-item img {

        width: 250px;

    }

    Let us know if you have any questions or if you need further assistance. 

  • SeafoodLover
    Replied on May 28, 2020 at 2:08 AM

    hi thanks.
    any guide or tutorial to show how to edit the description able to type in different paragraph?

    the current display only show all in 1 paragraph, it is looks messy now.

  • SeafoodLover
    Replied on May 28, 2020 at 2:11 AM

    BEFORE
    1590646128Screenshot 2020 05 28 at 2 Screenshot 10

    AFTER
    1590646143Screenshot 2020 05 28 at 2 Screenshot 21

    any code can keep texts stay at the same place and not pushing down?

    And if you can see the "light grey" text.
    can it separate in different paragraph?

  • Richie JotForm Support
    Replied on May 28, 2020 at 4:27 AM

    You may try these custom CSS along with my colleagues CSS

    .form-product-item img {

        width: 250px;

    }

    .form-product-item {
       
        display: flex !important;
    }
    .form-product-description {
           padding-top: 34px !important;
    }

    Sample screenshot:

    Any way to enlarge the products thumbnail? Image 10

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


  • SeafoodLover
    Replied on May 31, 2020 at 2:40 AM

    thanks