To make your dashboard layout boxed, please go to gleek.js file and make sure containerLayout: "boxed"

    
        (function($) {
            "use strict"

            new quixSettings({
                containerLayout: "boxed"
            });

        })(jQuery);