Phantom code in search results

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!

Hello Matt,

Thanks for writing to us.

I checked your settings, It seems that you have set the column base tag as an anchor in which you have set the link through the dynamic content code {{dc:post:permalink}} that returns the post link. Please note that you can not add multiple anchors tags inside the anchor tag. I would suggest you set the column base tag as DIV to get rid of this issue. Please have a look at the given screenshot in the secure note.

Thanks

That worked! Thanks so much.

Glad we could help,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.