I’ve developed a search results Layout and it seems to be working great except some space is being added between each result, and I can’t figure out where it’s coming from.
When I look at the code, it’s inserting
<a class="e2995-17 x-col" href="[url]"></a>
in between each result, and styling it
.e2995-16 > .x-row-inner > margin: calc(1em / 2) calc(1em / 2);
but I can’t see in the Layout in Pro where that actually exists. Ideas? How do I get rid of that?
Thanks!