Posts

Showing posts from December, 2013

Auto tile adjustments

With the following CSS you make the tiles fit below each other instead of next to each other. This way you can save having to scroll right and left. /*wrap tiles dependent on window width*/ div.ms-tileview-tile-root {position:relative;} div.ms-promlink-body {width:auto;} span.ms-promlink-headerNav {display:none;} /*end wrap tiles dependent on window width*/