Ordering select styling for narrow viewport--break for ultra narrow.

This commit is contained in:
Peter Fabian 2019-11-24 11:56:26 +01:00
parent 9e7ff01e21
commit 21124cb8c2
1 changed files with 9 additions and 1 deletions

View File

@ -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) { @media only screen and (max-width: 768px) {
.woocommerce, .woocommerce,
@ -1491,7 +1500,6 @@ a.reset_variations {
} }
.woocommerce-ordering { .woocommerce-ordering {
float: none;
margin-bottom: 3rem; margin-bottom: 3rem;
} }
} }