This commit is contained in:
Roman Pyrih
2025-03-05 10:54:23 +01:00
parent c7834d8215
commit 4a8734e79c
3 changed files with 26 additions and 4 deletions

View File

@@ -187,7 +187,8 @@
.wpfMainWrapper {
#wpfBlock_1,
#wpfBlock_2 {
#wpfBlock_2,
#wpfBlock_3 {
.wpfBlockClear.open {
display: none !important;
}
@@ -342,7 +343,8 @@ body {
}
#wpfBlock_1,
#wpfBlock_2 {
#wpfBlock_2,
#wpfBlock_3 {
.wpfCheckboxHier {
select {
border-width: 2px;
@@ -529,3 +531,23 @@ body.tax-product_cat {
}
}
}
#curses-filter-box {
> .et_pb_code_inner {
> .wpfMainWrapper {
flex-wrap: nowrap;
@media (max-width: 880px) {
flex-wrap: wrap;
}
@media (max-width: 560px) {
.wpfFilterWrapper {
margin: 0 !important;
min-width: unset;
width: 100% !important;
}
}
}
}
}