The currency in payment fields gets broken into seperate lines

  • SoundFestival
    Asked on December 10, 2015 at 8:56 AM

    Has this bug been fixed? I'm having the same issue with £:

    The currency in payment fields gets broken into seperate lines Image 1 Screenshot 20

  • Welvin Support Team Lead
    Replied on December 10, 2015 at 9:13 AM

    Just to let you know that I moved your reply here as a new thread so we can address you separately. 

    As for the issue, there's no update yet on the ticket, but I think a workaround can be made. By simply adjusting the width of the product items. Please try adding the following custom CSS codes to your form:

    .form-product-item {

    width: 80% !important;

    }

    Considering the length of the product item names, changing the width should help. Let us know if this method is not working.