- This topic has 2 replies, 2 voices, and was last updated 8 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Spacing on search results
Hi,
Are you able to please tell me why on the last two search results of this page: https://www.babysleepsupport.com.au/consultants/ the space between ‘read more’ and the line underneath it, is different to the other search results?
Is there any way to fix this?
Thank you.
You have this custom css:
#sf-custom-results div.sf-results-row:nth-last-child(2) {
margin-bottom: 0;
}
#sf-custom-results .sf-results-row {
-webkit-align-items: flex-start;
align-items: flex-start;
margin-bottom: 40px;
}
Make that block this instead:
#sf-custom-results div.sf-results-rightcol {
margin-bottom: 40px;
}
#sf-custom-results .sf-results-row {
-webkit-align-items: flex-start;
align-items: flex-start;
}