“Clear filters” on shop page not properly aligned on mobile
-
Dear,
Please check the attachments below, you’ll notice that the “clear filters” button isn’t properly aligned on mobile as it is on desktop. Can you please improve this to make it clean and align that properly on mobile?
Thanks
Simon
Attachments:
You must be
logged in to view attached files.
Hello,
The filters are displayed like this because the applied filters exceed the width of the device.
Please try adding the following Custom CSS in the Custom CSS for Mobile area.
.wd-active-filters .widget_layered_nav_filters li {
margin-right: 15px;
font-size: 12px;
}
Try reducing the font size and margin value.
Best Regards