To make your dashboard layout boxed, please go to quixnav.js file and make sure version: "dark"

    
        (function($) {
            "use strict"

            new quixSettings({
                version: "dark"
            });
            
        })(jQuery);