Wednesday, September 16, 2009

Reduce Padding between SharePoint Web Parts

To reduce the spacing between a webparts just open Core.CSS file and search for “ms-PartSpacingVertical”:

And make it like this:

.ms-PartSpacingVertical
{
font-size:1pt;
margin-top:1px;
}



That is all.

Regards,
Ahmad