@media screen and (min-width: 767px) {
.ipsDataItem_subList li a:after{content:'';} /* Remove */
.ipsDataItem_subList li{
float: left;
width:calc(100% / 2 - 5px);
padding:2px;
}
.ipsDataItem_subList{ overflow: hidden; }
html[dir="rtl"].ipsDataItem_subList li{ float: right; }
.ipsDataItem_subList li a:after{ display: none; }
html[dir="rtl"] .ipsDataItem_subList.ipsList_inline > li{ margin-left: 0; }
} /* end of media-screen */
I removed a few things to get it working i removed the float: left; and the width: calc(100% / 2 - 5px); adn then added some changes to my css to make it display the way i want without even touching the HTML.
It was just in that theme however, i fixed it my reinstalling the theme and setting up all my stuff again so i think i deleted something without realizing.