Home › Forums › Azuma Pro › Widget locations desktop vs mobile › Reply To: Widget locations desktop vs mobile
April 13, 2020 at 11:36 am
#10186
Andy
Keymaster
This should make the WooCommerce dropdown same size as search box:
#shop-filters {
font-size: 100%;
}
.select2-container .select2-selection--single {
height: auto;
margin-top: 2px;
}
.select2-container--default .select2-selection--single {
border-radius: 3px;
border-width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
padding: .718em 1em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 10px;
}