Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Horizontal layout slide height › Reply To: Horizontal layout slide height
March 25, 2019 at 12:58 pm
#21769
Keymaster
Hi Don,
The height is dynamical, there is no option to change it, however you can enforce a fixed height via custom CSS, something like:
.horizontal.asp_r .item {
min-height: 400px;
}
..and thats it 🙂