The problem in IE is this specific line with class arrange_collection_today
margin-top:60px;
You can try, to force IE only
margin-top:-60px
So change your css in a way that IE use **margin-top:-60px**
and other browser use margin-top:60px;
8
solved A design related issue, not being able to figure out what to change [closed]