[ad_1]
Hi @asapsubham
Try to place this code in the Filters -> Settings -> Experimental -> Custom CSS
@media screen and (max-width: 768px) {
.wpc_show_bottom_widget .wpc-filters-open-button-container,
.wpc_show_open_close_button .wpc-filters-open-button-container {
display: block !important;
}
}The rest custom styles can be added in the same way in Custom CSS. You can use the browser inspect tool in order to find the needed element classes.
Best Regards – Victor
