From 58d67a4ec6b6722c95003fb59f6bab076c5ea683 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 1 Jul 2024 11:54:39 -0400 Subject: [PATCH] Limit "origin" width --- wp-content/themes/mont58-coffee/template-order-label.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-content/themes/mont58-coffee/template-order-label.php b/wp-content/themes/mont58-coffee/template-order-label.php index 01b9e17..014b83a 100644 --- a/wp-content/themes/mont58-coffee/template-order-label.php +++ b/wp-content/themes/mont58-coffee/template-order-label.php @@ -76,6 +76,8 @@ if(!is_user_logged_in()){ margin-block: 3mm; min-height: 3mm; font-variation-settings: 'wdth' 70, 'wght' 600; + margin-inline: auto; + width: 90%; } .label .product-details .origin.non-coffee {