0
The image seems that the different ones have different height and width than normal.
Put equal height and width on all elements and arrow display:block;
.element { width:200px; height:200px; display:block; }
If not, put the code on https://jsfiddle.net to see better.
Solved my problem, thanks anyway! :)
– devconfuse