Payment widget size

  • kmankuan
    Asked on August 20, 2017 at 11:01 AM

    Hello,

    Trying add Product Optioins and Quantity Selector, but need adjust the widget size...

    Payment widget size Image 1 Screenshot 20

  • Jan
    Replied on August 20, 2017 at 11:43 AM

    I was able to replicate the issue. Please inject this custom CSS code to fix the problem:

    .form-product-item.hover-product-item {
      height: 110px !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Payment widget size Image 1 Screenshot 20

    Hope that helps. Thank you.