Custom Honey Labels

A collection page of Stomp Stickers

category
Products
15
Active ads
0
Depth
Published
2020/06/16

About

Buzz on over to Stomp for custom honey labels that are just the bees knees. The colony has been working hard. Choose from a variety of materials including paper labels, waterproof proof labels, or even clear honey jar labels. Add your branding and finalize your art using our nifty design tool and your honey business will be buzzing along in no time! 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%; } /* --- Honey Label Table Styles (No Borders, 60/40 Layout) --- */ @media screen and (max-width: 768px) { .honey-label-table, .honey-label-table tbody, .honey-label-table tr { display: flex; flex-direction: column; width: 100%; } .honey-label-table td { width: 100%; text-align: center; padding: 10px 0; } .honey-label-table .image-column img { max-width: 80%; /* Prevents the image from being too large */ height: auto; } .honey-label-table .text-column { text-align: left; padding: 10px 20px; } } /* Keep 60/40 split on desktop */ @media screen and (min-width: 769px) { .honey-label-table td { width: auto; } .honey-label-table .text-column { width: 60%; } .honey-label-table .image-column { width: 40%; text-align: center; } .honey-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:active { color: #ffffff !important; text-decoration: none !important; } Mat