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.