Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Flatsome Issue › Reply To: Flatsome Issue
December 16, 2024 at 1:48 pm
#52286
Keymaster
Use this custom CSS to avoid the full width of the items when one is hidden, this will resolve that:
.asp_w_container_1_1 >div {
max-width: 50%;
}