Thursday, February 4, 2016

Setting the SharePoint Tile size



<style type='text/css'>
/* Setting size  for the tiles */
 div.ms-tileview-tile-root {
    width: 160px !important;
    height: 10px !important;
}
</style>