Home › Forums › Azuma Pro › Widget locations desktop vs mobile › Reply To: Widget locations desktop vs mobile
April 12, 2020 at 10:33 am
#10182
Andy
Keymaster
Add this to Additional CSS:
.shop-filter-wrap .shop-filter-toggle {
display: none;
}
.shop-filter-wrap #shop-filters {
display: table;
}
This will hide the dropdown toggle, and make the widget area visible at all times.