put this code to custom css area or in your_theme/base.css file
@media (min-width: 980px) {
ul.ow_newsfeed {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
WebFid Solutions42 minutes ago
i was only trying to say that if that is the final code of the css file, then its alright, but if its between other codes, it will make the rest below it only work for the responsive 980px screen
yes you are right .