From c630ee3ee1ab2d01f37380a3d5e190c4d733d7dc Mon Sep 17 00:00:00 2001 From: Jesse Nickles Date: Mon, 26 Aug 2024 16:34:04 +0700 Subject: [PATCH] Update css-generator.php --- inc/css-generator.php | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/inc/css-generator.php b/inc/css-generator.php index ed65e62a..98f1fe5e 100644 --- a/inc/css-generator.php +++ b/inc/css-generator.php @@ -4515,7 +4515,7 @@ function hovercraft_generate_css(){ } -/* woocommerce other */ +/* woocommerce product details */ .price { font-size: 24px !important; @@ -4533,11 +4533,24 @@ function hovercraft_generate_css(){ margin-left: 0 !important; } +@media screen and (max-width: 1200px) { .product_meta { display: block; font-size: 14px; - margin-bottom: 30px; - color: #607D8B; + line-height: 2; + margin: 20px 0; + color: ; + } +} + +@media screen and (min-width: 1200px) { +.product_meta { + display: block; + font-size: 14px; + line-height: 2; + margin: 30px 0; + color: ; + } } .sku_wrapper {