Side Bar Filtering – Cropped number count
-
Hello!
On this page, the number count of the filters gets cut off slightly on the right hand side – See attched.
Thanks!
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .woodmart-woocommerce-layered-nav .swatches-display-double li {
-webkit-box-flex: 1;
-ms-flex: 1 1 49%;
flex: 1 1 49%;
max-width: 49%;
}
body .woodmart-woocommerce-layered-nav .woodmart-scroll .swatches-display-list li {
margin-right: 15px;
}
Regards