Ordering select styling for narrow viewport--break for ultra narrow.
This commit is contained in:
parent
9e7ff01e21
commit
21124cb8c2
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue