Address misalignment for packing slip
-
I’ve encountered an issue with the text alignment of the Packing Slip document. There is a misalignment of the billing and shipping address. The padding of 0.5% is not applied in the same way to all elements. This is causing the address fields to be indented further than the text of Order Date and From Address. The overall visual presentation of the document appears misaligned especially on the right hand side with the Shipping Address. The css rules for the padding of 0.5% are:
.wfte_addrss_fields { width: 30%; padding: 0px .5%; line-height: 14px; }
.wfte_order_data { margin-top: 20px; width: 100%; padding: 0px .5%; float: left; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Address misalignment for packing slip’ is closed to new replies.