Issues with latest news

Hello!
I have issues with latest news, as you can see on the screenshot there a big space between boxes, does anyone know what could be wrong?

http://anni.si/blog/blog/

Thanks for answers.

Hello,

Please try using this custom CSS and see if it fix the issue:

#latest-news .col-md-4:nth-child(3n+1) {
clear: left;
}

Best regards

I added it in main.min.css, but didn’t help :frowning:

Any idea?

Hello,

Try adding the code in Dashboard > Appearances > Editor > Style and see if it’s working.

If not, please provide the website link.

Regards

It works, thanks.