modernmagic1 ooh. On construction, if I remove the !important from the following declaration, the Bielski item returns to the top row.
That's located in media/plg_jchoptimize/assets2/jscss.php
[grid-col~="1/4"]:not(.zt-no-collapse):nth-child(4n+1) {
clear: left !important;
}
you might try clear: none !important;
in your custom.css to see what happens