From cc541c9e7f54d9f5e011e4d096d0242e951666e6 Mon Sep 17 00:00:00 2001 From: trav Date: Thu, 4 Jul 2024 19:17:11 -0400 Subject: [PATCH] absolute spacing from the bottom for order details --- wp-content/themes/mont58-coffee/template-order-label.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/mont58-coffee/template-order-label.php b/wp-content/themes/mont58-coffee/template-order-label.php index eea5945..519130b 100644 --- a/wp-content/themes/mont58-coffee/template-order-label.php +++ b/wp-content/themes/mont58-coffee/template-order-label.php @@ -102,7 +102,14 @@ if(!is_user_logged_in()){ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 2.2mm; /* so that names as long as 50 characters stay on one line */ margin-top: 4.6mm; /* to center text inside white area */ - } + position: absolute; + bottom: 8mm; /* Adjust this value to set the distance from the bottom of the label */ + left: 0; + right: 0; +} + + + .label .order-details p { margin-block: 0.5mm;