Padding around the barcodes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #85226
    Richard Reid
    Participant

    Hi, I’m trying to put padding around the barcodes when I print them so that they don’t extend the full width of the lables. Is there a way to do this?

    Richard

    #85227
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Richard,

    Sorry for the late reply.

    I assume you are referring to our “Print” section, correct? If that’s the case – I would suggest setting the width of the final barcode image with our img_w shortcode attribute, and wrapping it in <div> with style set to text-align:center. I.e., try setting the “Print > Template” option to something like:

    <div style="text-align:center">[alg_wc_ean_barcode img_w="200"]</div>

    Hope this helps. And please let me know if you have any questions.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.