Forums Forums Search & Filter Pro Spacing on search results

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #163127

    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.

    Trevor
    #163238

    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;
    }
    Anonymous
    #163776

    Great thank you, that has worked 🙂

Viewing 3 posts - 1 through 3 (of 3 total)