We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

make three columns on the newsfeed | Forum

sunarno
sunarno Nov 19 '14
anyone know how to make three columns on the newsfeed ??
ross Team
ross Nov 19 '14
Topic was moved from General Questions.
Sprintally®
Sprintally® Nov 27 '14

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;

}


Sprintally®
Sprintally® Nov 28 '14
nup  WebFid Solutions  . my code has been tested .
Sprintally®
Sprintally® Feb 28 '15

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 .