From 21124cb8c2fe8c8681581b0ac44b7115c449ab97 Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Sun, 24 Nov 2019 11:56:26 +0100 Subject: [PATCH] Ordering select styling for narrow viewport--break for ultra narrow. --- assets/css/twenty-twenty.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/css/twenty-twenty.scss b/assets/css/twenty-twenty.scss index 38149e6fa95..5a0d69aed70 100644 --- a/assets/css/twenty-twenty.scss +++ b/assets/css/twenty-twenty.scss @@ -1434,6 +1434,15 @@ a.reset_variations { } } +@media only screen and (max-width: 600px) { + .woocommerce { + .woocommerce-ordering { + float: left; + clear: both; + } + } +} + @media only screen and (max-width: 768px) { .woocommerce, @@ -1491,7 +1500,6 @@ a.reset_variations { } .woocommerce-ordering { - float: none; margin-bottom: 3rem; } }