This topic has 2 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler
Hi, I want to know why when I set the Widget Columns For The Filters Area to 1 it doesn’t work for me, it accepts only 2 columns. Even I tried to force it with CSS additional
.shop-filters widget-columns-2 filters-opened{width:100% !important}
Also, the widget stays divided into 2 columns.
Please I am waiting for your reply to fix this issue.
Hello,
2 columns is a min value – https://prnt.sc/yoxeir You can submit a request about changing it here – https://www.8theme.com/taskboard/
As a temporary solution, use the next custom CSS code:
.shop-filters .sidebar-widget {
width: 100% !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up