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 {