-
I would like to know how to make the datamatrix smaller in the label generator. Currently it looks like this: But the datamatrix could be a lot smaller. The label size i'm using is 54x17 mm and I have following custom CSS: @page {
margin: 0;
margin-left: 5;
margin-top: 2;
margin-bottom: 5;
}
.page {
font-size: 10px;
padding: 2px;
} And the label source is: <p>
<span style="font-size:8px;"><strong><span class="cke_placeholder">[[NAME]]</span></strong></span>
</p>
<p>
<span style="font-size:8px;"><span class="cke_placeholder">[[DESCRIPTION]]</span></span>
</p>
<p>
<span style="font-size:6px;"><span class="cke_placeholder">[[LOCATION_FULL]]</span></span>
</p>
<p>
<span style="font-size:6px;">ID:<span class="cke_placeholder">[[ID]]</span></span>
</p> |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, Im using the Twig mode for more control. (need to be enabled in the permissions and the Twig parser Modus must be selected) my Label is 38x25mm Label Source
CSS: |
Beta Was this translation helpful? Give feedback.
-
I tried this both label profiles above but i am not getting the same results |
Beta Was this translation helpful? Give feedback.
Hi,
Im using the Twig mode for more control. (need to be enabled in the permissions and the Twig parser Modus must be selected)
my Label is 38x25mm
Label Source