How to resize the images of products in payment field?

  • winneconneplfol
    Asked on February 3, 2018 at 2:52 PM

    I have created a list of items, but when I preview or publish it, there is no way to add the items to a cart or select them to purchase. How do I do that?

  • Nik_C
    Replied on February 3, 2018 at 4:22 PM

    Please insert the below CSS to your Custom CSS field:

    .form-product-image-with-options {

        width: 80px!important;

    }

    It will look like this:

    1517692757Screen Shot 2018 02 03 at 10 Screenshot 10

    If you need, you can increase the width in the above code, the bold one.

    Let us know if you have any further questions.

    Thank you!