Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Box sizes change › Reply To: Box sizes change
February 2, 2023 at 3:27 pm
#41197
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.