saguaros
I have modified the Megafilter module.
It works perfectly.
1.- View Screenshot-1
In this module there are four boxes.
The first and fourth are not dropdown and therefore cannot be seen as dropdown boxes.
Is there a possibility that the first and fourth boxes can be seen as dropdown?
In the Mobile version these boxes cannot be seen well,
unless the Mobile is placed horizontally.
I have added several CSS codes; Please can you take a look if everything is fine or if it can be improved?
`/* Megafilter Mòdulo ----------------------*/
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field {
margin: 2px!Important;
width: 24%!Important;
}
.ja-filter-wrapper .filter-content {
background-color: transparent!Important;
padding: 5px!Important;
}
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-content {
min-height: 0px!Important;
}
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-content:not(.filter-dropdown) {
height: 29px!Important;
margin-top: 0px!Important;
}
``