Thread Starter
smbha
(@smbha)
Update: Seems like this is not possible without modifying the ColumnFilterWidget plugin. I am totally new to modifying plugins and I’ve started but no success yet.
The rationale behind this request: Half of my users are younger children and they may not be able to figure out how to change the selection without instructions.
Thread Starter
smbha
(@smbha)
Update: I figured how to achieve 1). See below. I’m working on 2) now.
`@media screen and (max-width: 960px) {
.si-container {
padding-left: 0px;
padding-right: 0px;
}
}