Skip to main content

Saving space/paper in picking lists

Instructions for saving space in your picking list document, to fit more products onto each sheet of paper.

Written by Bjorn Forsberg
Updated over 3 years ago

Sometimes hiding images to save space in your Picking list isn't enough. In those cases, you can always reduce the font-size and the line-height by doing the following:

1- Go to the Settings -> Document design page in OrderlyPrint

2- Go into the Custom CSS section

3- Paste in the below, and then click anywhere outside the textarea for the changes to save:

.picking_list * {
  font-size: 12px !important;
  line-height: 14px !important;
}


That will set the text size smaller, but also set the spacing between lines smaller, which will reduce the space each line takes up.

Did this answer your question?