To make your dashboard layout vertical, please go to gleek.js
file and make sure layout: "vertical"
(function($) {
"use strict"
new quixSettings({
layout: "vertical"
});
})(jQuery);