Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › space between results › Reply To: space between results
August 30, 2019 at 9:14 am
#23861
Keymaster
Hi!
You can do both via a small custom CSS snippet:
/* Bottom margin */
.rtl .asp_r.vertical .item {
margin-bottom: 12px !important;
}
/* Image to the right */
.rtl .asp_r.vertical .asp_image {
margin: 2px 0 0 8px !important;
float: right !important;
}
I hope this helps!