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

    
        (function($) {
            "use strict"

            new quixSettings({
                direction: "rtl"
            });
            
        })(jQuery);