Plugin Author
YMC
(@wssoffice21)
Hi!
To make sure all filter buttons are always visible in the sidebar, you should apply custom styles to override the default plugin settings. This will make the entire button panel appear open.
Gotcha, thanks!
For anyone else who wants the sidebar menu open all the time (at sizes > 1024px) this will do it. Or you can use fewer selectors and use !important.
@media (min-width: 1024px) {
#content .ymc-smart-filter-container .filter-layout4 .filter-entry .group-filters .sub-filters {
display: block;
}
}
Thanks for the cool plugin.