jQuery(document).ready(function($) {
    $(".columnize").columnizeList({
        cols: 2,
        constrainWidth: 1
    });
});
