This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Box sizes change

#41197
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

1. You may need to use custom CSS for them, they follow the theme styling:

.asp_select2-container,
.asp_select2-search__field,
.asp_select2-search__field::placeholder,
.asp_select2-selection__rendered,
.asp_select2-selection__arrow {
    height: 50px !important;
    line-height: 50px !important;
    color: red !important;
    margin: 0 !important;
}

2. Yes – there is a shortcode for the settings box.