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

    
        (function($) {
            "use strict"

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

        })(jQuery);