Home › Forums › WoodMart support forum › Correct display of filters in the mobile version › Reply To: Correct display of filters in the mobile version
May 21, 2024 at 7:51 am
#566978
Hung Pham
Keymaster
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,