I got anchor with float:left; inside div with position:relative;margin-bottom:15px;.
for some reason, the margin-bottom dont apply and when I tested it I figured that the problem is related to the float and the relative position.
I have no idea how to fix it and I’ll appreciate your help.
screenshot of how it should look and how it really looks:

margins with floated elements are usually more trouble than they’re worth. Use padding instead.