Nooz does not have functionality for 2-columns built into the “shortcode”. We do have plans for layout/theme picker on the roadmap, but until then Nooz does have excellent markup with well-defined CSS class names which will allow you to refine the look and feel.
Here is a starter 2-col CSS setup:
@media (min-width: 768px) {
.nooz-list-wrapper .nooz-item {
float: right;
width: 49%;
}
.nooz-list-wrapper .nooz-item-odd {
clear: both;
float: left;
}
}
I had the columns set up. I was just wondering if the shortcode had the ability to define odd or even items.
But, the CSS you supplied worked perfectly. Thank you very much.
As expressed by other commenters, this is a great plugin and I would happily pay for a full-featured version if you decided to go that way.
Thank you for the comments, we appreciate it very much, we work for 5-star reviews, leave us some feedback! 😉 Thanks again, @zenzino