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

Reply To: space between results

#23861
Ernest MarcinkoErnest Marcinko
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!