• The plugin is working well. No problems.
    But I’d like to make two customizations and need some help. I can handle snippets and basic PHP. HTML is fine.

    Q1. In the email invoice, I want to break the line “Order number: 1234 & Order date: September 17, 2019” so the Order date is on the next line. It wraps poorly on mobiles. I’m using Free Fluid Template (kt_full). Simply adding <br> doesn’t work.
    For example,
    Now it’s…
    ORDER DETAILS
    Order number: 1234 Order date: September 17, 2019

    I want…
    ORDER DETAILS
    Order number: 1234
    Order date: September 17, 2019

    Q2: The Billing details are not left aligned. Looks like there is some padding. How can I adjust the left alignment so it’s aligned with the rest of the text? Content Width doesn’t fix it.

    Could someone offer any help?
    Thank you.

Viewing 1 replies (of 1 total)
  • Hey,

    1. You can use this css in the custom css box.

    table.order-info-split-table td, table.order-info-split-table td h3 {
        display: block;
        text-align: left !important;
        padding-top: 0 !important;
    }

    2. in the content > address
    “ADDRESS BOX PADDING” do you have that set to 0?

    Ben

Viewing 1 replies (of 1 total)
  • The topic ‘Insert Linkbreak in New Order Email, Add Better Align Billing Details’ is closed to new replies.