Woocommerce Filterbox too small

The filterbox is too small: https://deurbeslagtekoop.nl/winkel

How can I fix this? TIA

Comments

  • Hi,

    Try the following CSS code:

    .select2-container .select2-selection--single{
     height: auto!important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
     top: 50%!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.