Sur une page de composants WebPart, dans SharePoint 2013, il y a trop d’espace entre les WebParts. Voici le code à utiliser:
<style type= »text/css »>
.ms-webpartPage-root {
border-spacing: 5px !important; }
.ms-webpartzone-cell {
margin: 5px !important; }
</style>
http://www.ashokraja.me/tips/How-To-Remove-Extra-Space-Around-the-Web-Part-In-SharePoint-2013