Saturday, January 30, 2016

SharePoint Tiles in Rows and Columns

Using script editor we can use below code to display tiles in 3 Rows and Columns


<style>
.ms-promlink-body {
      width: 480px;
}
</style>

/*The Below CSS shows the Tiles in 2 Rows
<style>
.ms-promlink-body {
      width420px;
}

</style>