Home Forums WoodMart support forum Side Bar Filtering – Cropped number count

Side Bar Filtering – Cropped number count

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #108916

    Whimsie
    Participant

    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.
    #108939

    Artem Temos
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)