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
Wednesday, September 16, 2009
Subscribe to:
Posts (Atom)