Remove space between Webparts in Custom page in Sharepoint designer 2010
-
quarta-feira, 20 de julho de 2011 08:59
Hi,
Remove space between Webparts in Custom page in Sharepoint designer 2010.
I am using one content editor web part having HTML and other having List.
but there is Gap in between these web parts there is space appearing in UI. please advice to remove this space?
Todas as Respostas
-
quarta-feira, 20 de julho de 2011 09:15
-
quarta-feira, 20 de julho de 2011 09:19
I am not clear here.
It is Sharepoint site that we are developing in Sharepoint designer 2010.
I also tried to apply following code in content editor web part but no use.
<style type="text/css">
.ms-PartSpacingVertical
{
margin-top: 0px;
}
.ms-PartSpacingHorizontal
{
width: 0px;
}
#_invisibleIfEmpty {
padding: 0px;
}
</style>
-
quarta-feira, 27 de julho de 2011 03:20
Hi,
Please use the Developer Tools in IE to identify which CSS setting is causing this issue and work with that CSS to remove the space.
If it is a publishing page created from a specific page layout, you should look into that page layout in SharePoint Designer.
Thanks & Regards.- Sugerido como Resposta Mohamed Derhalli quarta-feira, 27 de julho de 2011 06:26
- Marcado como Resposta Lily Wu segunda-feira, 1 de agosto de 2011 01:14
-
quarta-feira, 27 de julho de 2011 04:12Click on the GAP and try hit backspace/Delete this will remove the Empty Space.
Thanks, K.R.Senthil Kumar Sharepoint Architect -
sexta-feira, 17 de agosto de 2012 15:17the script doesn't work for me either. Even I tried to use ms-wpcontentdivspace. but that didn't work neither. any ideas?
Be yourself.

