When you view my blog posts they are one column of un even lines. They look unprofessional. How can I get a more neatly arranged blog into colums?
nabanye Hi Add this code at the end of template.css file it will make them 2 columns
@media(min-width:768px){.ja-content.ja-masonry .span6 { width: 46%; float: left; }}
The height will depends on the content.
Done but still the same one column. See attached screenshot. Thanks
nabanye Hi Kindly clear browser cache and check again http://prntscr.com/10lv9br Its working fine.
Thanks. Its working now.
nabanye You are welcome!