• Resolved daviddol

    (@daviddol)


    Hi There!

    Long Tim user of your plugin. Now that we are making a new simple website we would like to move the customer’s info a slight bit to the right and possibly increase its font size.

    After editing the following code:

    /* Recipient addresses & order data */
    table.order-data-addresses {
    width: 100%;
    margin-left: 8mm;
    margin-bottom: 20mm;
    font-size: 12pt;

    The placement of the customers info is ok. But the items to the right of it are shifting with it. (order number, order date, shipping method)

    Which code should I add to stop this from happening?

    • This topic was modified 1 year, 2 months ago by daviddol.
Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Contributor dwpriv

    (@dwpriv)

    @daviddol

    You can try this CSS

    .order-data-addresses {
      margin-top: -15px;
    }
    Thread Starter daviddol

    (@daviddol)

    Any suggestions?

    Also: Can the title ‘packing slip’ be hidden (not removed) on the packing slip itself?

    Plugin Contributor dwpriv

    (@dwpriv)

    @daviddol

    To hide the packing slip label, you can try this CSS:

    .packing-slip .document-type-label {
    display: none:
    }
    Plugin Contributor dwpriv

    (@dwpriv)

    Since we haven’t heard from you in a week, I will mark this topic as resolved. You may reopen it if you need further help.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Adjust position of customer name on packing slip’ is closed to new replies.