Custom Labels

A collection page of Stomp Stickers

category
Products
47
Active ads
0
Depth
Published
2020/04/09

About

Custom labels for everything. Our custom printed labels give you flexibility. Stomp gives you the freedom to choose any shape or size printed on high quality label materials at affordable prices. Create die cut labels using our easy online art tool. You can approve your final artwork instantly and place your order in a snap. Reordering is a cakewalk because we store your digital images. It’s really that simple. collection_details /* --- Material Info Table Styles (With Borders) --- */ .material-info-table { width: 100%; border-collapse: collapse; margin: 20px 0; border: 2px solid #f3f3f4; /* Full border around table */ } .material-info-table th, .material-info-table td { border: 2px solid #f3f3f4; /* Borders around all cells including header */ padding: 12px; text-align: left; } .material-info-table th { background-color: #f3f3f4; text-align: center; } .material-info-header { font-size: 24px; font-weight: bold; color: #2e204d; margin: 0; } .material-info-table td:first-child { font-weight: bold; background-color: white; width: 25%; } /* --- Custom Label Table Styles (No Borders, 60/40 Layout) --- */ @media screen and (max-width: 768px) { .custom-label-table, .custom-label-table tbody, .custom-label-table tr { display: flex; flex-direction: column; width: 100%; } .custom-label-table td { width: 100%; text-align: center; padding: 10px 0; } .custom-label-table .image-column img { max-width: 80%; /* Prevents the image from being too large */ height: auto; } .custom-label-table .text-column { text-align: left; padding: 10px 20px; } } /* Keep 60/40 split on desktop */ @media screen and (min-width: 769px) { .custom-label-table td { width: auto; } .custom-label-table .text-column { width: 60%; } .custom-label-table .image-column { width: 40%; text-align: center; } .custom-label-table .image-column img { max-width: 100%; /* Ensures the image scales properly on desktop */ height: auto; } } .btn_c:hover { background-color: #2e204d !important; } .btn_c, .btn_c:visited, .btn_c:a