Correct display of filters in the mobile version
-
Hello and good time, I put a filter on the shop page in the widget section. It is displayed correctly on desktop, but it is not displayed correctly on mobile.
I will send you a screenshot.
Attachments:
You must be
logged in to view attached files.
Hi nparsa276,
Thanks for reaching to us.
Admin credential is incorrect, please check again.
Regards,
Please check these permissions.
Hi nparsa276,
Thanks for details.
Please try using the below Custom CSS code and paste it to Dashboard > Theme Settings > Custom CSS > Custom CSS for mobile section:
aside .woof_block_html_items select{
display: block !important;
}
aside .woof_block_html_items select + .chosen-container{
display: none;
}
Regards,