Problem with Sidebar Filter collapse with two column
-
Hi, i have a sidebar on my product archive page that have filter.
I set “Shop sidebar widgets collapse” on “Filters only”
When i open a filter on my page, the result are only in one column but I need to have two columns to save space
the problem is on display:block that can’t permit use of two columns.
i’ve try to set
.wd-swatches-filter .wd-filter-list .wd-labels-off .wd-size-large .wd-layout-double .wd-text-style-1 .wd-swatches-brands ul {
display: flex !important;
}
but not work
Attachments:
You must be
logged in to view attached files.
Hello,
Please confirm the permission for plugin deactivation and switching to the parent/default theme for testing. Also, send access to the admin panel.
Looking forward to collaborating with you!
Kind Regards
Hello,
You are right, this is indeed an issue in our theme and it will be fixed in the next update. In the meantime, please add the following custom code to the Custom CSS Area to resolve the problem immediately.
.wd-widget-collapse .wd-swatches-filter:is(.wd-layout-double,.wd-layout-inline)[style*="display: block"] {
display: flex !important;
}
Kind Regards
Solved. Thank you so much
The topic ‘Problem with Sidebar Filter collapse with two column’ is closed to new replies.