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