Home › Forums › WoodMart support forum › Widget: filter by shop location is cut off › Reply To: Widget: filter by shop location is cut off
May 17, 2022 at 12:55 pm
#376484
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input {
max-width: 100% !important;
}
Kind Regards