How can i have three columns in the payment form?

  • sheridan555
    Asked on July 21, 2014 at 6:03 AM

    just one last question

    how can i have three columns in the payment form?

  • Welvin Support Team Lead
    Replied on July 21, 2014 at 7:42 AM

    Hi,

    Changing your form width should make the payment form into three columns. For example, 1010px;

    How can i have three columns in the payment form? Image 1 Screenshot 20

     

    Then you can adjust the custom CSS codes to have the same height. From the current custom CSS codes:

    .form-product-item {

    border: 1px solid #EFEFEF;

    margin: 1px;

    float: center;

    width: 293px;

    height: 110px;

    }

    You have to add "Height" to the custom CSS codes.

    Hope that helps. Let us know if you need further assistance.

    Thanks